Searched refs:costMaxKey (Results 1 – 1 of 1) sorted by relevance
947 …s16 costMaxKey, costMaxRightFlag; // Information for singling out the least costly node from Huff… in HuffMakeHuffTree() local975 costMaxKey = -1; in HuffMakeHuffTree()998 costMaxKey = i; in HuffMakeHuffTree()1003 costMaxKey = i; in HuffMakeHuffTree()1024 costMaxKey = i; in HuffMakeHuffTree()1029 costMaxKey = i; in HuffMakeHuffTree()1037 if ( costMaxKey >= 0 ) in HuffMakeHuffTree()1039 HuffMakeSubsetHuffTree( info, (u8)costMaxKey, (u8)costMaxRightFlag); in HuffMakeHuffTree()