Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_StreamingUncompression.cpp715 context->tableSize9 = -1; in InitUncompContextLH()
809 if ( context->tableSize9 < 0 ) in ReadUncompLH()
815 …context->tableSize9 = (internal::ForceConvertEndian16( (u16)val ) + 1) * 4 * 8; // shown with the … in ReadUncompLH()
817 context->tableSize9 -= 16; in ReadUncompLH()
822 while ( context->tableSize9 >= LENGTH_BITS ) in ReadUncompLH()
833 context->tableSize9 -= LENGTH_BITS; in ReadUncompLH()
838 if ( context->tableSize9 > 0 ) in ReadUncompLH()
840 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize9 ) ) < 0 ) in ReadUncompLH()
845 context->tableSize9 = 0; in ReadUncompLH()
/CTR-SDK-4.2.5/include/nn/cx/
Dcx_StreamingUncompression.h95 s32 tableSize9; // member