Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXCompression.c524 static u8 HuffRemainingNodeCanSetOffset( HuffCompressionInfo* info, u8 costHWord );
868 …s16 costHWord, tmpCostHWord; // Make subtree code table for most-costly node when subtree co… in HuffMakeHuffTree() local
897 costHWord = -1; in HuffMakeHuffTree()
919 if ( tmpCostHWord > costHWord ) in HuffMakeHuffTree()
924 else if ( (tmpCostHWord == costHWord) && (tmpCostOffsetNeed > costOffsetNeed) ) in HuffMakeHuffTree()
945 if ( tmpCostHWord > costHWord ) in HuffMakeHuffTree()
950 else if ( (tmpCostHWord == costHWord) && (tmpCostOffsetNeed > costOffsetNeed) ) in HuffMakeHuffTree()
1033 static u8 HuffRemainingNodeCanSetOffset( HuffCompressionInfo* info, u8 costHWord ) in HuffRemainingNodeCanSetOffset() argument
1038 capacity = (s16)( 64 - costHWord ); in HuffRemainingNodeCanSetOffset()