Searched refs:tableSize9 (Results 1 – 2 of 2) sorted by relevance
715 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()
95 s32 tableSize9; // member