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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.h 51 } VP8LHistogramSet;
71 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits);
94 VP8LHistogramSet* const image_in,
  /external/webp/src/enc/
histogram.h 55 } VP8LHistogramSet;
80 void VP8LFreeHistogramSet(VP8LHistogramSet* const histo);
84 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits);
105 VP8LHistogramSet* const image_in,
106 VP8LHistogramSet* const tmp_histos,

Completed in 2482 milliseconds