Searched refs:HuffImportTree (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Uncompression.cpp | 391 HuffImportTree( u16* pTable, const u8* srcp, u8 bitSize ) in HuffImportTree() function 521 pSrc += HuffImportTree( huffTable9, pSrc, LENGTH_BITS ); in UncompressLH() 522 pSrc += HuffImportTree( huffTable12, pSrc, OFFSET_BITS ); in UncompressLH()
|
| D | cx_SecureUncompression.cpp | 604 HuffImportTree( u16* pTable, const u8* srcp, u8 bitSize, u32 srcRemainSize ) in HuffImportTree() function 943 pSrc += HuffImportTree( huffTable9, pSrc, LENGTH_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in SecureUncompressLH() 952 pSrc += HuffImportTree( huffTable12, pSrc, OFFSET_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in SecureUncompressLH()
|