Searched refs:CXiHuffImportTree (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2/build/libraries/cx/src/ |
| D | CXUncompression.c | 378 CXiHuffImportTree( u16* pTable, const u8* srcp, u8 bitSize ) in CXiHuffImportTree() function 502 pSrc += CXiHuffImportTree( huffTable9, pSrc, LENGTH_BITS ); in CXUncompressLH() 503 pSrc += CXiHuffImportTree( huffTable12, pSrc, OFFSET_BITS ); in CXUncompressLH()
|
| D | CXSecureUncompression.c | 584 CXiHuffImportTree( u16* pTable, const u8* srcp, u8 bitSize, u32 srcRemainSize ) in CXiHuffImportTree() function 896 pSrc += CXiHuffImportTree( huffTable9, pSrc, LENGTH_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH() 905 pSrc += CXiHuffImportTree( huffTable12, pSrc, OFFSET_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH()
|