Home
last modified time | relevance | path

Searched refs:offset_bits (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/build/libraries/cx/src/
DCXStreamingUncompression.c675 context->offset_bits = -1; in CXInitUncompContextLH()
896 if ( context->offset_bits < 0 ) in CXReadUncompLH()
917 context->offset_bits = (s8)( *(nodep + offset) ); in CXReadUncompLH()
934 if ( context->offset_bits <= 1 ) in CXReadUncompLH()
936 val = context->offset_bits; in CXReadUncompLH()
938 else if ( ( val = BitReader_Read( &stream, (u8)(context->offset_bits - 1) ) ) < 0 ) in CXReadUncompLH()
944 if ( context->offset_bits >= 2 ) in CXReadUncompLH()
946 val |= (1 << (context->offset_bits - 1)); in CXReadUncompLH()
949 context->offset_bits = -1; in CXReadUncompLH()
/RvlSDK-3.3/include/revolution/cx/
DCXStreamingUncompression.h139 s8 offset_bits; // Bit length for offset information: 1B member