Searched refs:huffTable12 (Results 1 – 2 of 2) sorted by relevance
487 u16* huffTable12; in CXUncompressLH() local490 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()
131 u16 huffTable12[ 1 << (5 + 1) ]; // Huffman encoding table: 128B member