Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXCompression.c589 static u8 HuffRemainingNodeCanSetOffset( HuffCompressionInfo* info, u8 costHWord );
945 …s16 costHWord, tmpCostHWord; // Make subtree code table for most-costly node when subtree co… in HuffMakeHuffTree() local
974 costHWord = -1; in HuffMakeHuffTree()
996 if ( tmpCostHWord > costHWord ) in HuffMakeHuffTree()
1001 else if ( (tmpCostHWord == costHWord) && (tmpCostOffsetNeed > costOffsetNeed) ) in HuffMakeHuffTree()
1022 if ( tmpCostHWord > costHWord ) in HuffMakeHuffTree()
1027 else if ( (tmpCostHWord == costHWord) && (tmpCostOffsetNeed > costOffsetNeed) ) in HuffMakeHuffTree()
1110 static u8 HuffRemainingNodeCanSetOffset( HuffCompressionInfo* info, u8 costHWord ) in HuffRemainingNodeCanSetOffset() argument
1115 capacity = (s16)( 64 - costHWord ); in HuffRemainingNodeCanSetOffset()