Searched refs:histo_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c34 const int histo_size = VP8LGetHistogramSize(cache_bits); local
35 memset(p, 0, histo_size);
44 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); local
46 memcpy(dst, src, histo_size);
450 const int histo_size = orig_histo->size; local
453 for (i = 0; i < histo_size; ++i) {
467 const int histo_size = image_histo->size; local
468 const int bin_depth = histo_size + 1;
473 for (i = 0; i < histo_size; ++i) {
480 for (i = 0; i < histo_size;
670 GetCombineCostFactor(int histo_size, int quality) argument
[all...]
/external/webp/src/enc/
H A Dhistogram.c34 const int histo_size = VP8LGetHistogramSize(cache_bits); local
35 memset(p, 0, histo_size);
44 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); local
46 memcpy(dst, src, histo_size);
450 const int histo_size = orig_histo->size; local
453 for (i = 0; i < histo_size; ++i) {
467 const int histo_size = image_histo->size; local
468 const int bin_depth = histo_size + 1;
473 for (i = 0; i < histo_size; ++i) {
480 for (i = 0; i < histo_size;
670 GetCombineCostFactor(int histo_size, int quality) argument
[all...]

Completed in 78 milliseconds