Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXStreamingUncompression.c598 BitReader_Read( BitReader* context, u8 bits ) in BitReader_Read() function
764 if ( ( val = BitReader_Read( &stream, 16 ) ) < 0 ) in CXReadUncompLH()
775 if ( ( val = BitReader_Read( &stream, LENGTH_BITS ) ) < 0 ) in CXReadUncompLH()
787 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize9 ) ) < 0 ) in CXReadUncompLH()
803 if ( ( val = BitReader_Read( &stream, (OFFSET_BITS > 8)? 16 : 8 ) ) < 0 ) in CXReadUncompLH()
818 if ( ( val = BitReader_Read( &stream, OFFSET_BITS ) ) < 0 ) in CXReadUncompLH()
830 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize12 ) ) < 0 ) in CXReadUncompLH()
857 if ( ( val = BitReader_Read( &stream, 1 ) ) < 0 ) in CXReadUncompLH()
904 if ( ( val = BitReader_Read( &stream, 1 ) ) < 0 ) in CXReadUncompLH()
938 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.c743 BitReader_Read( BitReader* context ) in BitReader_Read() function
932 s8 bit = BitReader_Read( &stream ); in CXSecureUncompressLH()
964 s8 bit = BitReader_Read( &stream ); in CXSecureUncompressLH()
994 val |= BitReader_Read( &stream ); in CXSecureUncompressLH()
/RvlSDK-3.3/vcmv/bin/RVL/
DVcmvTestD.map2161 UNUSED 000068 ........ ........ BitReader_Read cxD.a CXUncompression.o