Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/libraries/cx/src/
DCXUncompression.c486 u16* huffTable9; in CXUncompressLH() local
489 huffTable9 = work; in CXUncompressLH()
502 pSrc += CXiHuffImportTree( huffTable9, pSrc, LENGTH_BITS ); in CXUncompressLH()
509 u16* nodep = huffTable9 + 1; in CXUncompressLH()
/RvlSDK-3.2.3/include/revolution/cx/
DCXStreamingUncompression.h130 u16 huffTable9 [ 1 << (9 + 1) ]; // Huffman encoding table: 2048B member