Searched refs:costMaxKey (Results 1 – 1 of 1) sorted by relevance
922 …s16 costMaxKey, costMaxRightFlag = 0; // Information for singling out the least costly node from … in HuffMakeHuffTree() local951 costMaxKey = -1; in HuffMakeHuffTree()974 costMaxKey = i; in HuffMakeHuffTree()979 costMaxKey = i; in HuffMakeHuffTree()1000 costMaxKey = i; in HuffMakeHuffTree()1005 costMaxKey = i; in HuffMakeHuffTree()1013 if ( costMaxKey >= 0 ) in HuffMakeHuffTree()1015 HuffMakeSubsetHuffTree( info, (u8)costMaxKey, (u8)costMaxRightFlag); in HuffMakeHuffTree()