Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXStreamingUncompression.c82 context->destTmpCnt = 0; in CXInitUncompContextHuffman()
381 context->destTmpCnt += context->bitSize; in CXReadUncompHuffman()
383 if ( context->destTmpCnt == 32 ) in CXReadUncompHuffman()
388 context->destTmpCnt = 0; in CXReadUncompHuffman()
/RvlSDK-2.1/include/revolution/cx/
DCXStreamingUncompression.h98 u8 destTmpCnt; // Number of bits that have been decoded 1B member