Searched defs:histogram_bits (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h207 int histogram_bits; // number of precision bits of histogram member in struct:WebPAuxStats
/external/webp/include/webp/
H A Dencode.h207 int histogram_bits; // number of precision bits of histogram member in struct:WebPAuxStats
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c561 int histogram_bits) {
566 VP8LSubSampleSize(width, histogram_bits) *
567 VP8LSubSampleSize(height, histogram_bits);
580 assert(histogram_bits >= MIN_HUFFMAN_BITS);
581 assert(histogram_bits <= MAX_HUFFMAN_BITS);
601 quality, histogram_bits, cache_bits,
645 VP8LWriteBits(bw, 3, histogram_bits - 2);
647 VP8LSubSampleSize(width, histogram_bits),
648 VP8LSubSampleSize(height, histogram_bits),
680 err = StoreImageToBitMask(bw, width, histogram_bits,
555 EncodeImageInternal(VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[2], int width, int height, int quality, int cache_bits, int histogram_bits) argument
[all...]
/external/webp/src/enc/
H A Dvp8l.c561 int histogram_bits) {
566 VP8LSubSampleSize(width, histogram_bits) *
567 VP8LSubSampleSize(height, histogram_bits);
580 assert(histogram_bits >= MIN_HUFFMAN_BITS);
581 assert(histogram_bits <= MAX_HUFFMAN_BITS);
601 quality, histogram_bits, cache_bits,
645 VP8LWriteBits(bw, 3, histogram_bits - 2);
647 VP8LSubSampleSize(width, histogram_bits),
648 VP8LSubSampleSize(height, histogram_bits),
680 err = StoreImageToBitMask(bw, width, histogram_bits,
555 EncodeImageInternal(VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[2], int width, int height, int quality, int cache_bits, int histogram_bits) argument
[all...]

Completed in 590 milliseconds