Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_SecureUncompression.cpp911 u16* huffTable9; // Huffman table for length in SecureUncompressLH() local
923 huffTable9 = static_cast<u16*>(work); in SecureUncompressLH()
943 pSrc += HuffImportTree( huffTable9, pSrc, LENGTH_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in SecureUncompressLH()
948 if ( ! internal::LHVerifyTable( huffTable9, LENGTH_BITS ) ) in SecureUncompressLH()
968 u16* nodep = huffTable9 + 1; in SecureUncompressLH()
Dcx_StreamingUncompression.cpp714 context->nodep = context->huffTable9 + 1; in InitUncompContextLH()
831 context->huffTable9[ context->tableIdx++ ] = (u16)val; in ReadUncompLH()
836 context->huffTable9[ 0 ] = (u16)context->tableIdx; in ReadUncompLH()
848 if ( ! internal::LHVerifyTable( context->huffTable9, LENGTH_BITS ) ) in ReadUncompLH()
947 nodep = context->huffTable9 + 1; in ReadUncompLH()
1031 nodep = context->huffTable9 + 1; in ReadUncompLH()
Dcx_Uncompression.cpp505 u16* huffTable9; in UncompressLH() local
508 huffTable9 = static_cast<u16*>(work); in UncompressLH()
521 pSrc += HuffImportTree( huffTable9, pSrc, LENGTH_BITS ); in UncompressLH()
530 u16* nodep = huffTable9 + 1; in UncompressLH()
/CTR-SDK-4.2.5/include/nn/cx/
Dcx_StreamingUncompression.h92 u16 huffTable9 [ 1 << (9 + 1) ]; // member