Searched refs:tableSize12 (Results 1 – 2 of 2) sorted by relevance
665 context->tableSize12 = -1; in CXInitUncompContextLH()790 if ( context->tableSize12 < 0 ) in CXReadUncompLH()797 context->tableSize12 = (CXiConvertEndian16_( (u16)val ) + 1) * 4 * 8; in CXReadUncompLH()799 context->tableSize12 = ((u16)val + 1) * 4 * 8; in CXReadUncompLH()802 context->tableSize12 -= (OFFSET_BITS > 8)? 16 : 8; in CXReadUncompLH()805 while ( context->tableSize12 >= OFFSET_BITS ) in CXReadUncompLH()812 context->tableSize12 -= OFFSET_BITS; in CXReadUncompLH()814 while ( context->tableSize12 > 0 ) in CXReadUncompLH()816 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize12 ) ) < 0 ) in CXReadUncompLH()820 context->tableSize12 = 0; in CXReadUncompLH()
134 s32 tableSize12; // Table size during a load: 4B member