Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXStreamingUncompression.c79 context->treeSize = -1; in CXInitUncompContextHuffman()
324 if ( context->treeSize < 0 ) in CXReadUncompHuffman()
326 context->treeSize = (s16)( ( *srcp + 1 ) * 2 - 1); in CXReadUncompHuffman()
332 while ( context->treeSize > 0 ) in CXReadUncompHuffman()
339 context->treeSize--; in CXReadUncompHuffman()
341 if ( context->treeSize == 0 ) in CXReadUncompHuffman()
/RvlSDK-2.1/include/revolution/cx/
DCXStreamingUncompression.h96 s16 treeSize; // Size of Huffman encoding table 2B member