Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/cx/src/
DCXUncompression.c471 #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()
814 #define LENGTH_BITS 9 in CXUncompressLRC() macro
823 RCInitInfo_( &infoVal, LENGTH_BITS, work ); in CXUncompressLRC()
824 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXUncompressLRC()
879 #undef LENGTH_BITS in CXUncompressLRC()
DCXSecureUncompression.c850 #define LENGTH_BITS 9 in CXSecureUncompressLH() macro
879 huffTable12 = (u16*)work + (1 << LENGTH_BITS) * 2; in CXSecureUncompressLH()
896 pSrc += CXiHuffImportTree( huffTable9, pSrc, LENGTH_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH()
901 if ( ! CXiLHVerifyTable( huffTable9, LENGTH_BITS ) ) in CXSecureUncompressLH()
1249 #define LENGTH_BITS 9 in CXSecureUncompressLRC() macro
1267 RCInitInfo_( &infoVal, LENGTH_BITS, work ); in CXSecureUncompressLRC()
1268 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXSecureUncompressLRC()
1336 #undef LENGTH_BITS in CXSecureUncompressLRC()
DCXStreamingUncompression.c691 #define LENGTH_BITS 9 in CXReadUncompLH() macro
766 while ( context->tableSize9 >= LENGTH_BITS ) in CXReadUncompLH()
768 if ( ( val = BitReader_Read( &stream, LENGTH_BITS ) ) < 0 ) in CXReadUncompLH()
773 context->tableSize9 -= LENGTH_BITS; in CXReadUncompLH()
784 if ( ! CXiLHVerifyTable( context->huffTable9, LENGTH_BITS ) ) in CXReadUncompLH()
1276 #define LENGTH_BITS 9 in CXInitUncompContextLRC() macro
1293 RCInitInfo_( &info9, LENGTH_BITS ); in CXInitUncompContextLRC()
1301 #undef LENGTH_BITS in CXInitUncompContextLRC()