Searched refs:LENGTH_BITS (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Uncompression.cpp | 490 #define LENGTH_BITS 9 in UncompressLH() macro 509 huffTable12 = (u16*)work + (1 << LENGTH_BITS) * 2; in UncompressLH() 521 pSrc += HuffImportTree( huffTable9, pSrc, LENGTH_BITS ); in UncompressLH() 605 #undef LENGTH_BITS in UncompressLH() 842 #define LENGTH_BITS 9 in UncompressLRC() macro 851 RCInitInfo_( &infoVal, LENGTH_BITS, work ); in UncompressLRC() 852 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in UncompressLRC() 907 #undef LENGTH_BITS in UncompressLRC()
|
| D | cx_SecureUncompression.cpp | 896 #define LENGTH_BITS 9 in SecureUncompressLH() macro 924 huffTable12 = (u16*)work + (1 << LENGTH_BITS) * 2; in SecureUncompressLH() 943 pSrc += HuffImportTree( huffTable9, pSrc, LENGTH_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in SecureUncompressLH() 948 if ( ! internal::LHVerifyTable( huffTable9, LENGTH_BITS ) ) in SecureUncompressLH() 1303 #define LENGTH_BITS 9 in SecureUncompressLRC() macro 1321 RCInitInfo_( &infoVal, LENGTH_BITS, work ); in SecureUncompressLRC() 1322 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in SecureUncompressLRC() 1390 #undef LENGTH_BITS in SecureUncompressLRC()
|
| D | cx_StreamingUncompression.cpp | 743 #define LENGTH_BITS 9 in ReadUncompLH() macro 820 const u32 MAX_IDX = (u32)( (1 << LENGTH_BITS) * 2 ); in ReadUncompLH() 822 while ( context->tableSize9 >= LENGTH_BITS ) in ReadUncompLH() 824 if ( ( val = BitReader_Read( &stream, LENGTH_BITS ) ) < 0 ) in ReadUncompLH() 833 context->tableSize9 -= LENGTH_BITS; in ReadUncompLH() 848 if ( ! internal::LHVerifyTable( context->huffTable9, LENGTH_BITS ) ) in ReadUncompLH() 1354 #define LENGTH_BITS 9 in InitUncompContextLRC() macro 1371 RCInitInfo_( &info9, LENGTH_BITS ); in InitUncompContextLRC() 1379 #undef LENGTH_BITS in InitUncompContextLRC()
|