Searched refs:BitReader_Read (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_StreamingUncompression.cpp | 641 BitReader_Read( BitReader* context, u8 bits ) in BitReader_Read() function 811 if ( ( val = BitReader_Read( &stream, 16 ) ) < 0 ) in ReadUncompLH() 824 if ( ( val = BitReader_Read( &stream, LENGTH_BITS ) ) < 0 ) in ReadUncompLH() 840 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize9 ) ) < 0 ) in ReadUncompLH() 857 if ( ( val = BitReader_Read( &stream, (OFFSET_BITS > 8)? 16 : 8 ) ) < 0 ) in ReadUncompLH() 874 if ( ( val = BitReader_Read( &stream, OFFSET_BITS ) ) < 0 ) in ReadUncompLH() 890 if ( ( val = BitReader_Read( &stream, (u8)context->tableSize12 ) ) < 0 ) in ReadUncompLH() 918 if ( ( val = BitReader_Read( &stream, 1 ) ) < 0 ) in ReadUncompLH() 965 if ( ( val = BitReader_Read( &stream, 1 ) ) < 0 ) in ReadUncompLH() 999 else if ( ( val = BitReader_Read( &stream, (u8)(context->offset_bits - 1) ) ) < 0 ) in ReadUncompLH()
|
| D | cx_Uncompression.cpp | 452 BitReader_Read( BitReader* context ) in BitReader_Read() function 533 u8 bit = BitReader_Read( &stream ); in UncompressLH() 562 u8 bit = BitReader_Read( &stream ); in UncompressLH() 587 val |= BitReader_Read( &stream ); in UncompressLH()
|
| D | cx_SecureUncompression.cpp | 770 BitReader_Read( BitReader* context ) in BitReader_Read() function 971 s8 bit = BitReader_Read( &stream ); in SecureUncompressLH() 1004 s8 bit = BitReader_Read( &stream ); in SecureUncompressLH() 1034 val |= BitReader_Read( &stream ); in SecureUncompressLH()
|