Home
last modified time | relevance | path

Searched defs:extra_bits (Results 1 – 24 of 24) sorted by relevance

/external/webp/src/dsp/
Dlossless_common.h100 int* const extra_bits) { in VP8LPrefixEncodeBitsNoLUT()
108 int* const extra_bits, in VP8LPrefixEncodeNoLUT()
127 int* const extra_bits) { in VP8LPrefixEncodeBits()
138 int* const extra_bits, in VP8LPrefixEncode()
/external/brotli/c/enc/
Dprefix.h28 uint32_t* extra_bits) { in PrefixEncodeCopyDistance()
Dmetablock.c95 double extra_bits = 0.0; in ComputeDistanceCost() local
Dbrotli_bit_stream.c678 const uint32_t extra_bits = reps - (1u << run_length_prefix); in RunLengthCodeZeros() local
683 const uint32_t extra_bits = (1u << max_prefix) - 1u; in RunLengthCodeZeros() local
/external/webp/src/utils/
Dhuffman_encode_utils.h26 uint8_t extra_bits; // extra bits for escape codes member
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.cc446 int extra_bits = field_generators_[i]->ExtraRuntimeHasBitsNeeded(); in CalculateHasBits() local
/external/webp/src/enc/
Dbackward_references_cost_enc.c109 int code, extra_bits; in GetLengthCost() local
116 int code, extra_bits; in GetDistanceCost() local
Dhistogram_enc.c213 int code, extra_bits; in VP8LHistogramAddSinglePixOrCopy() local
Dvp8l_enc.c568 const int extra_bits = tokens[i].extra_bits; in StoreHuffmanTreeToBitMask() local
/external/libopus/celt/
Drate.c504 int extra_bits; in interp_bits2pulses() local
/external/brotli/c/dec/
Ddecode.c546 uint32_t extra_bits = 3; /* for BROTLI_REPEAT_ZERO_CODE_LENGTH */ in ProcessRepeatedCodeLength() local
623 uint32_t extra_bits = in ReadSymbolCodeLengths() local
666 uint32_t extra_bits = code_len - 14U; in SafeReadSymbolCodeLengths() local
/external/zlib/
Dtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
/external/python/cpython2/Modules/zlib/
Dtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
/external/v8/third_party/zlib/
Dtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
/external/u-boot/lib/zlib/
Dtrees.c124 const intf *extra_bits; /* extra bits for each code or NULL */ member
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc968 int extra_bits = field->is_required() ? kRequiredBit : 0; in GetExperimentalJavaFieldType() local
/external/webp/src/dec/
Dvp8l_dec.c152 int extra_bits, offset; in GetCopyDistance() local
289 const int extra_bits = kCodeLengthExtraBits[slot]; in ReadHuffmanCodeLengths() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c135 const vp9_extra_bit *const extra_bits = in pack_mb_tokens() local
/external/crcalc/src/com/hp/creals/
DCR.java998 int extra_bits = rough_appr.bitLength() - 3; in ln() local
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c847 …if (num_extra) { mz_uint extra_bits; TINFL_GET_BITS(25, extra_bits, num_extra); counter += extra_b… in tinfl_decompress() local
851 …if (num_extra) { mz_uint extra_bits; TINFL_GET_BITS(27, extra_bits, num_extra); dist += extra_bits… in tinfl_decompress() local
/external/python/cpython2/Objects/
Dlongobject.c3095 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; in long_true_divide() local
/external/u-boot/fs/yaffs2/
Dyaffs_guts.c81 int extra_bits; in calc_shifts_ceiling() local
/external/e2fsprogs/misc/
Dfuse2fs.c384 __u64 extra_bits = extra & EXT4_EPOCH_MASK; in ext4_decode_extra_time() local
/external/python/cpython3/Objects/
Dlongobject.c3884 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; in long_true_divide() local