Lines Matching refs:OFFSET_BITS
693 #define OFFSET_BITS 5 in CXReadUncompLH() macro
697 #define OFFSET_BITS 12 in CXReadUncompLH()
792 if ( ( val = BitReader_Read( &stream, (OFFSET_BITS > 8)? 16 : 8 ) ) < 0 ) in CXReadUncompLH()
796 #if ( OFFSET_BITS > 8 ) in CXReadUncompLH()
802 context->tableSize12 -= (OFFSET_BITS > 8)? 16 : 8; in CXReadUncompLH()
805 while ( context->tableSize12 >= OFFSET_BITS ) in CXReadUncompLH()
807 if ( ( val = BitReader_Read( &stream, OFFSET_BITS ) ) < 0 ) in CXReadUncompLH()
812 context->tableSize12 -= OFFSET_BITS; in CXReadUncompLH()
823 if ( ! CXiLHVerifyTable( context->huffTable12, OFFSET_BITS ) ) in CXReadUncompLH()
974 #undef OFFSET_BITS in CXReadUncompLH()
1277 #define OFFSET_BITS 12 in CXInitUncompContextLRC() macro
1294 RCInitInfo_( &info12, OFFSET_BITS ); in CXInitUncompContextLRC()
1302 #undef OFFSET_BITS in CXInitUncompContextLRC()