Home
last modified time | relevance | path

Searched refs:huffTable12 (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.3/build/libraries/cx/src/
DCXUncompression.c487 u16* huffTable12; in CXUncompressLH() local
490 huffTable12 = (u16*)work + (1 << LENGTH_BITS) * 2; in CXUncompressLH()
503 pSrc += CXiHuffImportTree( huffTable12, pSrc, OFFSET_BITS ); in CXUncompressLH()
538 u16* nodep = huffTable12 + 1; in CXUncompressLH()
/RvlSDK-3.2.3/include/revolution/cx/
DCXStreamingUncompression.h131 u16 huffTable12[ 1 << (5 + 1) ]; // Huffman encoding table: 128B member