HomeSort by relevance Sort by last modified time
    Searched refs:VP8LAllocateHistogramSet (Results 1 - 6 of 6) sorted by null

  /external/opencv3/3rdparty/libwebp/enc/
histogram.h 71 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits);
histogram.c 56 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) {
497 VP8LAllocateHistogramSet(histo_image_raw_size, cache_bits);
vp8l.c 480 VP8LHistogramSet* const histogram_image = VP8LAllocateHistogramSet(1, 0);
530 VP8LAllocateHistogramSet(histogram_image_xysize, 0);
    [all...]
  /external/webp/src/enc/
histogram.h 84 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits);
88 // Special case of VP8LAllocateHistogramSet, with size equals 1.
histogram.c 110 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) {
    [all...]
vp8l.c 770 histogram_image = VP8LAllocateHistogramSet(1, cache_bits);
871 VP8LAllocateHistogramSet(histogram_image_xysize, *cache_bits);
872 tmp_histos = VP8LAllocateHistogramSet(2, *cache_bits);
    [all...]

Completed in 65 milliseconds