Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_StreamingUncompression.cpp745 #define OFFSET_BITS 5 in ReadUncompLH() macro
749 #define OFFSET_BITS 12 in ReadUncompLH() macro
857 if ( ( val = BitReader_Read( &stream, (OFFSET_BITS > 8)? 16 : 8 ) ) < 0 ) in ReadUncompLH()
861 #if ( OFFSET_BITS > 8 ) in ReadUncompLH()
867 context->tableSize12 -= (OFFSET_BITS > 8)? 16 : 8; in ReadUncompLH()
870 const u32 MAX_IDX = (u32)( (1 << OFFSET_BITS) * 2 ); in ReadUncompLH()
872 while ( context->tableSize12 >= OFFSET_BITS ) in ReadUncompLH()
874 if ( ( val = BitReader_Read( &stream, OFFSET_BITS ) ) < 0 ) in ReadUncompLH()
883 context->tableSize12 -= OFFSET_BITS; in ReadUncompLH()
898 if ( ! internal::LHVerifyTable( context->huffTable12, OFFSET_BITS ) ) in ReadUncompLH()
[all …]
Dcx_SecureUncompression.cpp898 #define OFFSET_BITS 5 in SecureUncompressLH() macro
903 #define OFFSET_BITS 12 in SecureUncompressLH() macro
952 pSrc += HuffImportTree( huffTable12, pSrc, OFFSET_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in SecureUncompressLH()
957 if ( ! internal::LHVerifyTable( huffTable12, OFFSET_BITS ) ) in SecureUncompressLH()
1064 #undef OFFSET_BITS in SecureUncompressLH()
1304 #define OFFSET_BITS 12 in SecureUncompressLRC() macro
1322 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in SecureUncompressLRC()
1391 #undef OFFSET_BITS in SecureUncompressLRC()
Dcx_Uncompression.cpp492 #define OFFSET_BITS 5 in UncompressLH() macro
497 #define OFFSET_BITS 12 in UncompressLH() macro
522 pSrc += HuffImportTree( huffTable12, pSrc, OFFSET_BITS ); in UncompressLH()
606 #undef OFFSET_BITS in UncompressLH()
843 #define OFFSET_BITS 12 in UncompressLRC() macro
852 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in UncompressLRC()
908 #undef OFFSET_BITS in UncompressLRC()