Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXCompression.c870 …s16 costMaxKey, costMaxRightFlag; // Information for specifying the least costly node from HuffTr… in HuffMakeHuffTree() local
898 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()