Home
last modified time | relevance | path

Searched refs:histogram_bits (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/enc/
Dvp8l_enc.c882 const CrunchConfig* const config, int* cache_bits, int histogram_bits, in EncodeImageInternal() argument
886 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal()
887 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal()
905 assert(histogram_bits >= MIN_HUFFMAN_BITS); in EncodeImageInternal()
906 assert(histogram_bits <= MAX_HUFFMAN_BITS); in EncodeImageInternal()
958 quality, low_effort, histogram_bits, in EncodeImageInternal()
1010 VP8LPutBits(bw, histogram_bits - 2, 3); in EncodeImageInternal()
1013 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal()
1014 VP8LSubSampleSize(height, histogram_bits), quality, low_effort); in EncodeImageInternal()
1040 err = StoreImageToBitMask(bw, width, histogram_bits, &refs_array[i_cache], in EncodeImageInternal()
[all …]
Dhistogram_enc.h112 int histogram_bits, int cache_bits,
Dalpha_enc.c273 stats->histogram_bits = best.stats.histogram_bits; in ApplyFiltersAndEncode()
/external/webp/src/webp/
Dencode.h223 int histogram_bits; // number of precision bits of histogram member
/external/webp/include/webp/
Dencode.h223 int histogram_bits; // number of precision bits of histogram member