Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXUncompression.c378 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()
DCXSecureUncompression.c584 CXiHuffImportTree( u16* pTable, const u8* srcp, u8 bitSize, u32 srcRemainSize ) in CXiHuffImportTree() function
905 pSrc += CXiHuffImportTree( huffTable9, pSrc, LENGTH_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH()
914 pSrc += CXiHuffImportTree( huffTable12, pSrc, OFFSET_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH()
/RvlSDK-3.3/vcmv/bin/RVL/
DVcmvTestD.map2159 UNUSED 00011c ........ ........ CXiHuffImportTree cxD.a CXUncompression.o