Searched refs:huffTable9 (Results 1 – 4 of 4) sorted by relevance
486 u16* huffTable9; in CXUncompressLH() local489 huffTable9 = work; in CXUncompressLH()502 pSrc += CXiHuffImportTree( huffTable9, pSrc, LENGTH_BITS ); in CXUncompressLH()509 u16* nodep = huffTable9 + 1; in CXUncompressLH()
668 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()
874 u16* huffTable9; // Huffman table for length in CXSecureUncompressLH() local887 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()
130 u16 huffTable9 [ 1 << (9 + 1) ]; // Huffman encoding table: 2048B member