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

  /external/opencv3/3rdparty/libwebp/utils/
filters.h 34 typedef void (*WebPFilterFunc)(const uint8_t* in, int width, int height,
44 extern const WebPFilterFunc WebPFilters[WEBP_FILTER_LAST];
filters.c 212 const WebPFilterFunc WebPFilters[WEBP_FILTER_LAST] = {
  /external/webp/src/dsp/
dsp.h 473 typedef void (*WebPFilterFunc)(const uint8_t* in, int width, int height,
483 extern WebPFilterFunc WebPFilters[WEBP_FILTER_LAST];
filters.c 205 WebPFilterFunc WebPFilters[WEBP_FILTER_LAST];
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 110 WebPFilterFunc filter_func;
  /external/webp/src/enc/
alpha.c 109 WebPFilterFunc filter_func;

Completed in 157 milliseconds