Home
last modified time | relevance | path

Searched defs:bitsUsed (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHuffmanEncoder.java216 public static int bitsUsed(int x) { in bitsUsed() method in HuffmanEncoder
DLzcompCompress.java306 int bitsUsed = HuffmanEncoder.bitsUsed(value); in encodeLength() local
344 int bitsUsed = HuffmanEncoder.bitsUsed(value); in encodeLengthCost() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHuffmanEncoder.java216 public static int bitsUsed(int x) { in bitsUsed() method in HuffmanEncoder
DLzcompCompress.java306 int bitsUsed = HuffmanEncoder.bitsUsed(value); in encodeLength() local
344 int bitsUsed = HuffmanEncoder.bitsUsed(value); in encodeLengthCost() local
/third_party/ffmpeg/libavcodec/
Droqvideoenc.c410 static const int bitsUsed[4] = {2, 10, 10, 34}; in gather_data_for_subcel() local
473 int bitsUsed[4] = {2, 10, 10, 0}; in gather_data_for_cel() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_read_image.cpp583 const int32 bitsUsed = codeSize - bitsSoFar; in GetCodeWord() local