Searched refs:LENGTH_BITS (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.3/build/libraries/cx/src/ |
| D | CXUncompression.c | 471 #define LENGTH_BITS 9 in CXUncompressLH() macro 490 huffTable12 = (u16*)work + (1 << LENGTH_BITS) * 2; in CXUncompressLH() 502 pSrc += CXiHuffImportTree( huffTable9, pSrc, LENGTH_BITS ); in CXUncompressLH() 584 #undef LENGTH_BITS in CXUncompressLH() 815 #define LENGTH_BITS 9 in CXUncompressLRC() macro 824 RCInitInfo_( &infoVal, LENGTH_BITS, work ); in CXUncompressLRC() 825 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXUncompressLRC() 880 #undef LENGTH_BITS in CXUncompressLRC()
|
| D | CXSecureUncompression.c | 859 #define LENGTH_BITS 9 in CXSecureUncompressLH() macro 888 huffTable12 = (u16*)work + (1 << LENGTH_BITS) * 2; in CXSecureUncompressLH() 905 pSrc += CXiHuffImportTree( huffTable9, pSrc, LENGTH_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH() 910 if ( ! CXiLHVerifyTable( huffTable9, LENGTH_BITS ) ) in CXSecureUncompressLH() 1256 #define LENGTH_BITS 9 in CXSecureUncompressLRC() macro 1274 RCInitInfo_( &infoVal, LENGTH_BITS, work ); in CXSecureUncompressLRC() 1275 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXSecureUncompressLRC() 1343 #undef LENGTH_BITS in CXSecureUncompressLRC()
|
| D | CXStreamingUncompression.c | 696 #define LENGTH_BITS 9 in CXReadUncompLH() macro 773 while ( context->tableSize9 >= LENGTH_BITS ) in CXReadUncompLH() 775 if ( ( val = BitReader_Read( &stream, LENGTH_BITS ) ) < 0 ) in CXReadUncompLH() 780 context->tableSize9 -= LENGTH_BITS; in CXReadUncompLH() 794 if ( ! CXiLHVerifyTable( context->huffTable9, LENGTH_BITS ) ) in CXReadUncompLH() 1289 #define LENGTH_BITS 9 in CXInitUncompContextLRC() macro 1306 RCInitInfo_( &info9, LENGTH_BITS ); in CXInitUncompContextLRC() 1314 #undef LENGTH_BITS in CXInitUncompContextLRC()
|