Home
last modified time | relevance | path

Searched defs:bitsUsed (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DHuffmanEncoder.java216 public static int bitsUsed(int x) { in bitsUsed() method in HuffmanEncoder
/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c441 static const int bitsUsed[4] = {2, 10, 10, 34}; in gather_data_for_subcel() local
505 int bitsUsed[4] = {2, 10, 10, 0}; in gather_data_for_cel() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_read_image.cpp583 const int32 bitsUsed = codeSize - bitsSoFar; in GetCodeWord() local
591 fBitBuffer <<= bitsUsed; in GetCodeWord() local

Completed in 6 milliseconds