Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXStreamingUncompression.c670 context->tableSize12 = -1; in CXInitUncompContextLH()
801 if ( context->tableSize12 < 0 ) in CXReadUncompLH()
808 context->tableSize12 = (CXiConvertEndian16_( (u16)val ) + 1) * 4 * 8; in CXReadUncompLH()
810 context->tableSize12 = ((u16)val + 1) * 4 * 8; in CXReadUncompLH()
813 context->tableSize12 -= (OFFSET_BITS > 8)? 16 : 8; in CXReadUncompLH()
816 while ( context->tableSize12 >= OFFSET_BITS ) in CXReadUncompLH()
823 context->tableSize12 -= OFFSET_BITS; in CXReadUncompLH()
828 if ( context->tableSize12 > 0 ) in CXReadUncompLH()
830 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize12 ) ) < 0 ) in CXReadUncompLH()
834 context->tableSize12 = 0; in CXReadUncompLH()
/RvlSDK-3.3/include/revolution/cx/
DCXStreamingUncompression.h134 s32 tableSize12; // Table size during a load: 4B member