Searched refs:histogram_bits (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/enc/ |
D | vp8l_enc.c | 882 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 …]
|
D | histogram_enc.h | 112 int histogram_bits, int cache_bits,
|
D | alpha_enc.c | 273 stats->histogram_bits = best.stats.histogram_bits; in ApplyFiltersAndEncode()
|
/external/webp/src/webp/ |
D | encode.h | 223 int histogram_bits; // number of precision bits of histogram member
|
/external/webp/include/webp/ |
D | encode.h | 223 int histogram_bits; // number of precision bits of histogram member
|