Lines Matching refs:OFFSET_BITS
745 #define OFFSET_BITS 5 in ReadUncompLH() macro
749 #define OFFSET_BITS 12 in ReadUncompLH() macro
857 if ( ( val = BitReader_Read( &stream, (OFFSET_BITS > 8)? 16 : 8 ) ) < 0 ) in ReadUncompLH()
861 #if ( OFFSET_BITS > 8 ) in ReadUncompLH()
867 context->tableSize12 -= (OFFSET_BITS > 8)? 16 : 8; in ReadUncompLH()
870 const u32 MAX_IDX = (u32)( (1 << OFFSET_BITS) * 2 ); in ReadUncompLH()
872 while ( context->tableSize12 >= OFFSET_BITS ) in ReadUncompLH()
874 if ( ( val = BitReader_Read( &stream, OFFSET_BITS ) ) < 0 ) in ReadUncompLH()
883 context->tableSize12 -= OFFSET_BITS; in ReadUncompLH()
898 if ( ! internal::LHVerifyTable( context->huffTable12, OFFSET_BITS ) ) in ReadUncompLH()
1050 #undef OFFSET_BITS in ReadUncompLH()
1355 #define OFFSET_BITS 12 in InitUncompContextLRC() macro
1372 RCInitInfo_( &info12, OFFSET_BITS ); in InitUncompContextLRC()
1380 #undef OFFSET_BITS in InitUncompContextLRC()