/external/webp/src/dsp/ |
D | lossless_common.h | 100 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/ |
D | prefix.h | 28 uint32_t* extra_bits) { in PrefixEncodeCopyDistance()
|
D | metablock.c | 95 double extra_bits = 0.0; in ComputeDistanceCost() local
|
D | brotli_bit_stream.c | 678 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/ |
D | huffman_encode_utils.h | 26 uint8_t extra_bits; // extra bits for escape codes member
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | onetimepad.h | 84 size_t extra_bits = num_bits % CHAR_BIT; in Generate() local
|
/external/epid-sdk/epid/common-testhelper/ |
D | prng-testhelper.h | 63 unsigned int extra_bits = num_bits % CHAR_BIT; in Generate() local
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_field.cc | 449 int extra_bits = field_generators_[i]->ExtraRuntimeHasBitsNeeded(); in CalculateHasBits() local
|
/external/webp/src/enc/ |
D | backward_references_cost_enc.c | 109 int code, extra_bits; in GetLengthCost() local 116 int code, extra_bits; in GetDistanceCost() local
|
D | histogram_enc.c | 213 int code, extra_bits; in VP8LHistogramAddSinglePixOrCopy() local
|
D | vp8l_enc.c | 568 const int extra_bits = tokens[i].extra_bits; in StoreHuffmanTreeToBitMask() local
|
/external/libopus/celt/ |
D | rate.c | 504 int extra_bits; in interp_bits2pulses() local
|
/external/brotli/c/dec/ |
D | decode.c | 546 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/python/cpython2/Modules/zlib/ |
D | trees.c | 119 const intf *extra_bits; /* extra bits for each code or NULL */ member
|
/external/zlib/src/ |
D | trees.c | 119 const intf *extra_bits; /* extra bits for each code or NULL */ member
|
/external/u-boot/lib/zlib/ |
D | trees.c | 124 const intf *extra_bits; /* extra bits for each code or NULL */ member
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 152 int extra_bits, offset; in GetCopyDistance() local 289 const int extra_bits = kCodeLengthExtraBits[slot]; in ReadHuffmanCodeLengths() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 130 const vp9_extra_bit *const extra_bits = in pack_mb_tokens() local
|
/external/crcalc/src/com/hp/creals/ |
D | CR.java | 992 int extra_bits = rough_appr.bitLength() - 3; in ln() local
|
/external/python/cpython2/Objects/ |
D | longobject.c | 3095 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/ |
D | yaffs_guts.c | 81 int extra_bits; in calc_shifts_ceiling() local
|
/external/python/cpython3/Objects/ |
D | longobject.c | 3727 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; in long_true_divide() local
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 383 __u64 extra_bits = extra & EXT4_EPOCH_MASK; in ext4_decode_extra_time() local
|