Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/cx/src/
DCXCompression.c947 …s16 costMaxKey, costMaxRightFlag; // Information for singling out the least costly node from Huff… in HuffMakeHuffTree() local
975 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()