Searched defs:extra_bits (Results 26 - 36 of 36) sorted by relevance
12
| /third_party/ffmpeg/libavcodec/ |
| H A D | webp.c | 660 int extra_bits = (prefix_code - 2) >> 1; in decode_entropy_coded_image() local 673 int extra_bits = prefix_code - 2 >> 1; in decode_entropy_coded_image() local
|
| /third_party/node/deps/brotli/c/dec/ |
| H A D | decode.c | 551 uint32_t extra_bits = 3; /* for BROTLI_REPEAT_ZERO_CODE_LENGTH */ in ProcessRepeatedCodeLength() local 564 *repeat <<= extra_bits; in ProcessRepeatedCodeLength() local 629 uint32_t extra_bits = in ReadSymbolCodeLengths() local 673 uint32_t extra_bits = code_len - 14U; in SafeReadSymbolCodeLengths() local [all...] |
| /third_party/node/deps/brotli/c/enc/ |
| H A D | brotli_bit_stream.c | 663 const uint32_t extra_bits = reps - (1u << run_length_prefix); in RunLengthCodeZeros() local 668 const uint32_t extra_bits = (1u << max_prefix) - 1u; in RunLengthCodeZeros() local
|
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | vp8l_dec.c | 152 int extra_bits, offset; in GetCopyDistance() local 289 const int extra_bits = kCodeLengthExtraBits[slot]; in ReadHuffmanCodeLengths() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | histogram_enc.c | 214 int code, extra_bits; in VP8LHistogramAddSinglePixOrCopy() local 215 VP8LPrefixEncodeBits(PixOrCopyLength(v), &code, &extra_bits); in VP8LHistogramAddSinglePixOrCopy() local 218 VP8LPrefixEncodeBits(PixOrCopyDistance(v), &code, &extra_bits); in VP8LHistogramAddSinglePixOrCopy() local 222 &code, &extra_bits); in VP8LHistogramAddSinglePixOrCopy() local
|
| H A D | vp8l_enc.c | 809 const int extra_bits = tokens[i].extra_bits; in StoreHuffmanTreeToBitMask() local
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | brotli_bit_stream.c | 663 const uint32_t extra_bits = reps - (1u << run_length_prefix); in RunLengthCodeZeros() local 668 const uint32_t extra_bits = (1u << max_prefix) - 1u; in RunLengthCodeZeros() local
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | decode.c | 551 uint32_t extra_bits = 3; /* for BROTLI_REPEAT_ZERO_CODE_LENGTH */ in ProcessRepeatedCodeLength() local 564 *repeat <<= extra_bits; in ProcessRepeatedCodeLength() local 629 uint32_t extra_bits = in ReadSymbolCodeLengths() local 673 uint32_t extra_bits = code_len - 14U; in SafeReadSymbolCodeLengths() local [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg.c | 779 int extra_bits = av_clip(29 - av_log2(tb.den), 0, 16); in adjust_frame_pts_to_encoder_tb() local
|
| /third_party/python/Objects/ |
| H A D | longobject.c | 3986 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; in long_true_divide() local [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 2866 mz_uint extra_bits; in tinfl_decompress() local 2875 mz_uint extra_bits; in tinfl_decompress() local
|
Completed in 76 milliseconds
12