Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXStreamingUncompression.c664 context->tableSize9 = -1; in CXInitUncompContextLH()
756 if ( context->tableSize9 < 0 ) in CXReadUncompLH()
762 … context->tableSize9 = (CXiConvertEndian16_( (u16)val ) + 1) * 4 * 8; // shown with the bit count in CXReadUncompLH()
764 context->tableSize9 -= 16; in CXReadUncompLH()
766 while ( context->tableSize9 >= LENGTH_BITS ) in CXReadUncompLH()
773 context->tableSize9 -= LENGTH_BITS; in CXReadUncompLH()
775 while ( context->tableSize9 > 0 ) in CXReadUncompLH()
777 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize9 ) ) < 0 ) in CXReadUncompLH()
781 context->tableSize9 = 0; in CXReadUncompLH()
/RvlSDK-3.2.2/include/revolution/cx/
DCXStreamingUncompression.h133 s32 tableSize9; // Table size during a load: 4B member