Searched refs:histogram_bits (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/enc/ |
D | vp8l_enc.c | 798 int histogram_bits, in EncodeImageInternal() argument 804 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal() 805 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal() 818 assert(histogram_bits >= MIN_HUFFMAN_BITS); in EncodeImageInternal() 819 assert(histogram_bits <= MAX_HUFFMAN_BITS); in EncodeImageInternal() 861 histogram_bits, *cache_bits, histogram_image, in EncodeImageInternal() 917 VP8LPutBits(bw, histogram_bits - 2, 3); in EncodeImageInternal() 919 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal() 920 VP8LSubSampleSize(height, histogram_bits), in EncodeImageInternal() 959 err = StoreImageToBitMask(bw, width, histogram_bits, &refs, in EncodeImageInternal() [all …]
|
D | histogram_enc.h | 104 int histogram_bits, int cache_bits,
|
D | alpha_enc.c | 269 stats->histogram_bits = best.stats.histogram_bits; in ApplyFiltersAndEncode()
|
/external/webp/include/webp/ |
D | encode.h | 218 int histogram_bits; // number of precision bits of histogram member
|
/external/webp/src/webp/ |
D | encode.h | 218 int histogram_bits; // number of precision bits of histogram member
|