Searched defs:bitsUsed (Results 1 – 6 of 6) sorted by relevance
216 public static int bitsUsed(int x) { in bitsUsed() method in HuffmanEncoder
306 int bitsUsed = HuffmanEncoder.bitsUsed(value); in encodeLength() local344 int bitsUsed = HuffmanEncoder.bitsUsed(value); in encodeLengthCost() local
410 static const int bitsUsed[4] = {2, 10, 10, 34}; in gather_data_for_subcel() local473 int bitsUsed[4] = {2, 10, 10, 0}; in gather_data_for_cel() local
583 const int32 bitsUsed = codeSize - bitsSoFar; in GetCodeWord() local