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

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c565 const uint32_t histogram_image_xysize = local
569 VP8LAllocateHistogramSet(histogram_image_xysize, cache_bits);
578 (uint16_t*)WebPSafeMalloc(histogram_image_xysize,
631 (uint32_t*)WebPSafeMalloc(histogram_image_xysize,
636 for (i = 0; i < histogram_image_xysize; ++i) {
/external/webp/src/enc/
H A Dvp8l.c565 const uint32_t histogram_image_xysize = local
569 VP8LAllocateHistogramSet(histogram_image_xysize, cache_bits);
578 (uint16_t*)WebPSafeMalloc(histogram_image_xysize,
631 (uint32_t*)WebPSafeMalloc(histogram_image_xysize,
636 for (i = 0; i < histogram_image_xysize; ++i) {

Completed in 54 milliseconds