Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp922 …s16 costMaxKey, costMaxRightFlag = 0; // Information for singling out the least costly node from … in HuffMakeHuffTree() local
951 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()