Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/mi/common/src/
Dmi_compress.c695 static void HuffMakeCode(u16 nodeNo, u32 paHuffCode);
902HuffMakeCode(rootNo, 0x00); // The Huffman code is the code with HuffCode's lower bit maske… in MI_CompressHuffman()
1313 static void HuffMakeCode(u16 nodeNo, u32 paHuffCode) in HuffMakeCode() function
1319 HuffMakeCode((u16)HuffTable[nodeNo].ChNo[0], HuffTable[nodeNo].HuffCode); in HuffMakeCode()
1320 HuffMakeCode((u16)HuffTable[nodeNo].ChNo[1], HuffTable[nodeNo].HuffCode); in HuffMakeCode()