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

/external/webp/include/webp/
H A Dencode.h218 int histogram_bits; // number of precision bits of histogram member in struct:WebPAuxStats
/external/webp/src/webp/
H A Dencode.h218 int histogram_bits; // number of precision bits of histogram member in struct:WebPAuxStats
/external/webp/src/enc/
H A Dvp8l_enc.c798 int histogram_bits,
804 VP8LSubSampleSize(width, histogram_bits) *
805 VP8LSubSampleSize(height, histogram_bits);
818 assert(histogram_bits >= MIN_HUFFMAN_BITS);
819 assert(histogram_bits <= MAX_HUFFMAN_BITS);
861 histogram_bits, *cache_bits, histogram_image,
917 VP8LPutBits(bw, histogram_bits - 2, 3);
919 VP8LSubSampleSize(width, histogram_bits),
920 VP8LSubSampleSize(height, histogram_bits),
959 err = StoreImageToBitMask(bw, width, histogram_bits,
791 EncodeImageInternal(VP8LBitWriter* const bw, const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LBackwardRefs refs_array[2], int width, int height, int quality, int low_effort, int use_cache, int* cache_bits, int histogram_bits, size_t init_byte_position, int* const hdr_size, int* const data_size) argument
[all...]

Completed in 117 milliseconds