Searched refs:offset_bits (Results 1 – 2 of 2) sorted by relevance
721 context->offset_bits = -1; in InitUncompContextLH()957 if ( context->offset_bits < 0 ) in ReadUncompLH()978 context->offset_bits = (s8)( *(nodep + offset) ); in ReadUncompLH()995 if ( context->offset_bits <= 1 ) in ReadUncompLH()997 val = context->offset_bits; in ReadUncompLH()999 else if ( ( val = BitReader_Read( &stream, (u8)(context->offset_bits - 1) ) ) < 0 ) in ReadUncompLH()1005 if ( context->offset_bits >= 2 ) in ReadUncompLH()1007 val |= (1 << (context->offset_bits - 1)); in ReadUncompLH()1010 context->offset_bits = -1; in ReadUncompLH()
101 s8 offset_bits; // member