Searched refs:costMaxKey (Results 1 – 1 of 1) sorted by relevance
870 …s16 costMaxKey, costMaxRightFlag; // Information for specifying the least costly node from HuffTr… in HuffMakeHuffTree() local898 costMaxKey = -1; in HuffMakeHuffTree()921 costMaxKey = i; in HuffMakeHuffTree()926 costMaxKey = i; in HuffMakeHuffTree()947 costMaxKey = i; in HuffMakeHuffTree()952 costMaxKey = i; in HuffMakeHuffTree()960 if ( costMaxKey >= 0 ) in HuffMakeHuffTree()962 HuffMakeSubsetHuffTree( info, (u8)costMaxKey, (u8)costMaxRightFlag); in HuffMakeHuffTree()