Searched refs:OFFSET_BITS (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.3/build/libraries/cx/src/ |
| D | CXStreamingUncompression.c | 698 #define OFFSET_BITS 5 in CXReadUncompLH() macro 702 #define OFFSET_BITS 12 in CXReadUncompLH() 803 if ( ( val = BitReader_Read( &stream, (OFFSET_BITS > 8)? 16 : 8 ) ) < 0 ) in CXReadUncompLH() 807 #if ( OFFSET_BITS > 8 ) in CXReadUncompLH() 813 context->tableSize12 -= (OFFSET_BITS > 8)? 16 : 8; in CXReadUncompLH() 816 while ( context->tableSize12 >= OFFSET_BITS ) in CXReadUncompLH() 818 if ( ( val = BitReader_Read( &stream, OFFSET_BITS ) ) < 0 ) in CXReadUncompLH() 823 context->tableSize12 -= OFFSET_BITS; in CXReadUncompLH() 837 if ( ! CXiLHVerifyTable( context->huffTable12, OFFSET_BITS ) ) in CXReadUncompLH() 988 #undef OFFSET_BITS in CXReadUncompLH() [all …]
|
| D | CXUncompression.c | 473 #define OFFSET_BITS 5 in CXUncompressLH() macro 478 #define OFFSET_BITS 12 in CXUncompressLH() 503 pSrc += CXiHuffImportTree( huffTable12, pSrc, OFFSET_BITS ); in CXUncompressLH() 585 #undef OFFSET_BITS in CXUncompressLH() 816 #define OFFSET_BITS 12 in CXUncompressLRC() macro 825 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXUncompressLRC() 881 #undef OFFSET_BITS in CXUncompressLRC()
|
| D | CXSecureUncompression.c | 861 #define OFFSET_BITS 5 in CXSecureUncompressLH() macro 866 #define OFFSET_BITS 12 in CXSecureUncompressLH() 914 pSrc += CXiHuffImportTree( huffTable12, pSrc, OFFSET_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH() 919 if ( ! CXiLHVerifyTable( huffTable12, OFFSET_BITS ) ) in CXSecureUncompressLH() 1024 #undef OFFSET_BITS in CXSecureUncompressLH() 1257 #define OFFSET_BITS 12 in CXSecureUncompressLRC() macro 1275 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXSecureUncompressLRC() 1344 #undef OFFSET_BITS in CXSecureUncompressLRC()
|