Searched refs:costHWord (Results 1 – 1 of 1) sorted by relevance
699 static u8 HuffRemainingNodeCanSetOffset(u8 costHWord);1025 …s16 costHWord, tmpCostHWord; // Make subtree code table for most-costly node when subtree co… in HuffMakeHuffTree() local1063 costHWord = -1; in HuffMakeHuffTree()1086 if (tmpCostHWord > costHWord) in HuffMakeHuffTree()1091 else if ((tmpCostHWord == costHWord) && (tmpCostOffsetNeed > costOffsetNeed)) in HuffMakeHuffTree()1113 if (tmpCostHWord > costHWord) in HuffMakeHuffTree()1118 else if ((tmpCostHWord == costHWord) && (tmpCostOffsetNeed > costOffsetNeed)) in HuffMakeHuffTree()1203 static u8 HuffRemainingNodeCanSetOffset(u8 costHWord) in HuffRemainingNodeCanSetOffset() argument1208 capacity = (s16)(64 - costHWord); in HuffRemainingNodeCanSetOffset()