Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c1027 …s16 costMaxKey, costMaxRightFlag; // Information for singling out the least costly node … in HuffMakeHuffTree() local
1064 costMaxKey = -1; in HuffMakeHuffTree()
1088 costMaxKey = i; in HuffMakeHuffTree()
1093 costMaxKey = i; in HuffMakeHuffTree()
1115 costMaxKey = i; in HuffMakeHuffTree()
1120 costMaxKey = i; in HuffMakeHuffTree()
1129 if (costMaxKey >= 0) in HuffMakeHuffTree()
1131 HuffMakeSubsetHuffTree((u8)costMaxKey, (u8)costMaxRightFlag); in HuffMakeHuffTree()