Home
last modified time | relevance | path

Searched refs:WebPFilterFunc (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddsp.h700 typedef void (*WebPFilterFunc)(const uint8_t* in, int width, int height, typedef
712 extern WebPFilterFunc WebPFilters[WEBP_FILTER_LAST];
Dfilters.c233 WebPFilterFunc WebPFilters[WEBP_FILTER_LAST];
/third_party/skia/third_party/externals/libwebp/src/enc/
Dalpha_enc.c116 WebPFilterFunc filter_func; in EncodeAlphaInternal()