Home
last modified time | relevance | path

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

/RvlSDK-3.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()
DCXStreamingUncompression.c668 context->nodep = context->huffTable9 + 1; in CXInitUncompContextLH()
779 context->huffTable9[ context->tableIdx++ ] = (u16)val; in CXReadUncompLH()
783 context->huffTable9[ 0 ] = (u16)context->tableIdx; in CXReadUncompLH()
794 if ( ! CXiLHVerifyTable( context->huffTable9, LENGTH_BITS ) ) in CXReadUncompLH()
886 nodep = context->huffTable9 + 1; in CXReadUncompLH()
970 nodep = context->huffTable9 + 1; in CXReadUncompLH()
DCXSecureUncompression.c874 u16* huffTable9; // Huffman table for length in CXSecureUncompressLH() local
887 huffTable9 = work; in CXSecureUncompressLH()
905 pSrc += CXiHuffImportTree( huffTable9, pSrc, LENGTH_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH()
910 if ( ! CXiLHVerifyTable( huffTable9, LENGTH_BITS ) ) in CXSecureUncompressLH()
928 u16* nodep = huffTable9 + 1; in CXSecureUncompressLH()
/RvlSDK-3.3/include/revolution/cx/
DCXStreamingUncompression.h130 u16 huffTable9 [ 1 << (9 + 1) ]; // Huffman encoding table: 2048B member