Lines Matching refs:OFFSET_BITS
698 #define OFFSET_BITS 5 in CXReadUncompLH() macro
702 #define OFFSET_BITS 12 in CXReadUncompLH()
803 if ( ( val = BitReader_Read( &stream, (OFFSET_BITS > 8)? 16 : 8 ) ) < 0 ) in CXReadUncompLH()
807 #if ( OFFSET_BITS > 8 ) in CXReadUncompLH()
813 context->tableSize12 -= (OFFSET_BITS > 8)? 16 : 8; in CXReadUncompLH()
816 while ( context->tableSize12 >= OFFSET_BITS ) in CXReadUncompLH()
818 if ( ( val = BitReader_Read( &stream, OFFSET_BITS ) ) < 0 ) in CXReadUncompLH()
823 context->tableSize12 -= OFFSET_BITS; in CXReadUncompLH()
837 if ( ! CXiLHVerifyTable( context->huffTable12, OFFSET_BITS ) ) in CXReadUncompLH()
988 #undef OFFSET_BITS in CXReadUncompLH()
1290 #define OFFSET_BITS 12 in CXInitUncompContextLRC() macro
1307 RCInitInfo_( &info12, OFFSET_BITS ); in CXInitUncompContextLRC()
1315 #undef OFFSET_BITS in CXInitUncompContextLRC()