Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/cx/src/
DCXStreamingUncompression.c693 #define OFFSET_BITS 5 in CXReadUncompLH() macro
697 #define OFFSET_BITS 12 in CXReadUncompLH()
792 if ( ( val = BitReader_Read( &stream, (OFFSET_BITS > 8)? 16 : 8 ) ) < 0 ) in CXReadUncompLH()
796 #if ( OFFSET_BITS > 8 ) in CXReadUncompLH()
802 context->tableSize12 -= (OFFSET_BITS > 8)? 16 : 8; in CXReadUncompLH()
805 while ( context->tableSize12 >= OFFSET_BITS ) in CXReadUncompLH()
807 if ( ( val = BitReader_Read( &stream, OFFSET_BITS ) ) < 0 ) in CXReadUncompLH()
812 context->tableSize12 -= OFFSET_BITS; in CXReadUncompLH()
823 if ( ! CXiLHVerifyTable( context->huffTable12, OFFSET_BITS ) ) in CXReadUncompLH()
974 #undef OFFSET_BITS in CXReadUncompLH()
[all …]
DCXUncompression.c473 #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()
815 #define OFFSET_BITS 12 in CXUncompressLRC() macro
824 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXUncompressLRC()
880 #undef OFFSET_BITS in CXUncompressLRC()
DCXSecureUncompression.c852 #define OFFSET_BITS 5 in CXSecureUncompressLH() macro
857 #define OFFSET_BITS 12 in CXSecureUncompressLH()
905 pSrc += CXiHuffImportTree( huffTable12, pSrc, OFFSET_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH()
910 if ( ! CXiLHVerifyTable( huffTable12, OFFSET_BITS ) ) in CXSecureUncompressLH()
1015 #undef OFFSET_BITS in CXSecureUncompressLH()
1250 #define OFFSET_BITS 12 in CXSecureUncompressLRC() macro
1268 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXSecureUncompressLRC()
1337 #undef OFFSET_BITS in CXSecureUncompressLRC()