Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h277 int* const extra_bits) { in VP8LPrefixEncodeBitsNoLUT()
285 int* const extra_bits, in VP8LPrefixEncodeNoLUT()
304 int* const extra_bits) { in VP8LPrefixEncodeBits()
315 int* const extra_bits, in VP8LPrefixEncode()
/external/opencv3/3rdparty/libwebp/utils/
Dhuffman_encode.h26 uint8_t extra_bits; // extra bits for escape codes member
/external/webp/src/utils/
Dhuffman_encode.h26 uint8_t extra_bits; // extra bits for escape codes member
/external/webp/src/enc/
Dbackward_references.c549 int code, extra_bits; in GetLengthCost() local
556 int code, extra_bits; in GetDistanceCost() local
873 int code, extra_bits; in ComputeCacheEntropy() local
Dhistogram.c151 int code, extra_bits; in VP8LHistogramAddSinglePixOrCopy() local
Dvp8l.c541 const int extra_bits = tokens[i].extra_bits; in StoreHuffmanTreeToBitMask() local
/external/valgrind/VEX/switchback/
Dtest_emfloat.c1282 u16 extra_bits[INTERNAL_FPF_PRECISION]; in MultiplyInternalFPF() local
1444 u16 extra_bits[INTERNAL_FPF_PRECISION]; in DivideInternalFPF() local
/external/libopus/celt/
Drate.c498 int extra_bits; in interp_bits2pulses() local
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c124 int extra_bits, offset; in GetCopyDistance() local
209 const int extra_bits = kCodeLengthExtraBits[slot]; in ReadHuffmanCodeLengths() local
/external/opencv3/3rdparty/zlib/
Dtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
/external/pdfium/third_party/zlib_v128/
Dtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
/external/zlib/src/
Dtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */ member
/external/libgdx/gdx/jni/gdx2d/
Djpgd.cpp518 inline int jpeg_decoder::huff_decode(huff_tables *pH, int& extra_bits) in huff_decode()
1792 int extra_bits; in decode_next_row() local
2285 int extra_bits = 0; in make_huff_table() local
/external/webp/src/dec/
Dvp8l.c151 int extra_bits, offset; in GetCopyDistance() local
288 const int extra_bits = kCodeLengthExtraBits[slot]; in ReadHuffmanCodeLengths() local
/external/opencv3/3rdparty/libwebp/enc/
Dvp8l.c290 const int extra_bits = tokens[i].extra_bits; in StoreHuffmanTreeToBitMask() local
/external/crcalc/src/com/hp/creals/
DCR.java950 int extra_bits = rough_appr.bitLength() - 3; in ln() local