Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXStreamingUncompression.c669 context->tableSize9 = -1; in CXInitUncompContextLH()
762 if ( context->tableSize9 < 0 ) in CXReadUncompLH()
768 … context->tableSize9 = (CXiConvertEndian16_( (u16)val ) + 1) * 4 * 8; // shown with the bit count in CXReadUncompLH()
770 context->tableSize9 -= 16; in CXReadUncompLH()
773 while ( context->tableSize9 >= LENGTH_BITS ) in CXReadUncompLH()
780 context->tableSize9 -= LENGTH_BITS; in CXReadUncompLH()
785 if ( context->tableSize9 > 0 ) in CXReadUncompLH()
787 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize9 ) ) < 0 ) in CXReadUncompLH()
791 context->tableSize9 = 0; in CXReadUncompLH()
/RvlSDK-3.3/include/revolution/cx/
DCXStreamingUncompression.h133 s32 tableSize9; // Table size during a load: 4B member