Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/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()
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()