HomeSort by relevance Sort by last modified time
    Searched full:histo_size (Results 1 - 1 of 1) sorted by null

  /external/webp/src/enc/
histogram.c 36 const int histo_size = VP8LGetHistogramSize(cache_bits); local
37 memset(p, 0, histo_size);
53 const int histo_size = VP8LGetHistogramSize(dst_cache_bits); local
55 memcpy(dst, src, histo_size);
113 const int histo_size = VP8LGetHistogramSize(cache_bits); local
116 histo_size + WEBP_ALIGN_CST);
132 memory += histo_size;
441 const int histo_size = orig_histo->size; local
444 for (i = 0; i < histo_size; ++i) {
458 const int histo_size = image_histo->size local
    [all...]

Completed in 156 milliseconds