Home
last modified time | relevance | path

Searched refs:BitReader_Read (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2/build/libraries/cx/src/
DCXStreamingUncompression.c593 BitReader_Read( BitReader* context, u8 bits ) in BitReader_Read() function
758 if ( ( val = BitReader_Read( &stream, 16 ) ) < 0 ) in CXReadUncompLH()
768 if ( ( val = BitReader_Read( &stream, LENGTH_BITS ) ) < 0 ) in CXReadUncompLH()
777 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize9 ) ) < 0 ) in CXReadUncompLH()
792 if ( ( val = BitReader_Read( &stream, (OFFSET_BITS > 8)? 16 : 8 ) ) < 0 ) in CXReadUncompLH()
807 if ( ( val = BitReader_Read( &stream, OFFSET_BITS ) ) < 0 ) in CXReadUncompLH()
816 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize12 ) ) < 0 ) in CXReadUncompLH()
842 if ( ( val = BitReader_Read( &stream, 1 ) ) < 0 ) in CXReadUncompLH()
889 if ( ( val = BitReader_Read( &stream, 1 ) ) < 0 ) in CXReadUncompLH()
923 else if ( ( val = BitReader_Read( &stream, (u8)(context->offset_bits - 1) ) ) < 0 ) in CXReadUncompLH()
DCXUncompression.c440 BitReader_Read( BitReader* context ) in BitReader_Read() function
513 u8 bit = BitReader_Read( &stream ); in CXUncompressLH()
541 u8 bit = BitReader_Read( &stream ); in CXUncompressLH()
566 val |= BitReader_Read( &stream ); in CXUncompressLH()
DCXSecureUncompression.c734 BitReader_Read( BitReader* context ) in BitReader_Read() function
923 s8 bit = BitReader_Read( &stream ); in CXSecureUncompressLH()
955 s8 bit = BitReader_Read( &stream ); in CXSecureUncompressLH()
985 val |= BitReader_Read( &stream ); in CXSecureUncompressLH()