Searched refs:tableSize12 (Results 1 – 2 of 2) sorted by relevance
716 context->tableSize12 = -1; in InitUncompContextLH()855 if ( context->tableSize12 < 0 ) in ReadUncompLH()862 context->tableSize12 = (internal::ForceConvertEndian16( (u16)val ) + 1) * 4 * 8; in ReadUncompLH()864 context->tableSize12 = ((u16)val + 1) * 4 * 8; in ReadUncompLH()867 context->tableSize12 -= (OFFSET_BITS > 8)? 16 : 8; in ReadUncompLH()872 while ( context->tableSize12 >= OFFSET_BITS ) in ReadUncompLH()883 context->tableSize12 -= OFFSET_BITS; in ReadUncompLH()888 if ( context->tableSize12 > 0 ) in ReadUncompLH()890 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize12 ) ) < 0 ) in ReadUncompLH()895 context->tableSize12 = 0; in ReadUncompLH()
96 s32 tableSize12; // member