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

  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 526 const uint32_t histogram_image_xysize = local
530 VP8LAllocateHistogramSet(histogram_image_xysize, 0);
536 (uint16_t*)WebPSafeMalloc((uint64_t)histogram_image_xysize,
584 (uint32_t*)WebPSafeMalloc((uint64_t)histogram_image_xysize,
589 for (i = 0; i < histogram_image_xysize; ++i) {
    [all...]
  /external/webp/src/enc/
vp8l.c 833 const uint32_t histogram_image_xysize = local
846 (uint16_t*)WebPSafeMalloc(histogram_image_xysize,
871 VP8LAllocateHistogramSet(histogram_image_xysize, *cache_bits);
    [all...]

Completed in 382 milliseconds