Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8l_enc.c865 const CrunchConfig* const config, int* cache_bits, int histogram_bits, in EncodeImageInternal() argument
869 VP8LSubSampleSize(width, histogram_bits) * in EncodeImageInternal()
870 VP8LSubSampleSize(height, histogram_bits); in EncodeImageInternal()
887 assert(histogram_bits >= MIN_HUFFMAN_BITS); in EncodeImageInternal()
888 assert(histogram_bits <= MAX_HUFFMAN_BITS); in EncodeImageInternal()
940 histogram_bits, *cache_bits, histogram_image, in EncodeImageInternal()
996 VP8LPutBits(bw, histogram_bits - 2, 3); in EncodeImageInternal()
999 VP8LSubSampleSize(width, histogram_bits), in EncodeImageInternal()
1000 VP8LSubSampleSize(height, histogram_bits), quality, low_effort); in EncodeImageInternal()
1030 err = StoreImageToBitMask(bw, width, histogram_bits, refs_best, 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/include/webp/
Dencode.h221 int histogram_bits; // number of precision bits of histogram member
/external/webp/src/webp/
Dencode.h221 int histogram_bits; // number of precision bits of histogram member