Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dfilters.h25 WEBP_FILTER_TYPE WebPEstimateBestFilter(const uint8_t* data,
Dfilters.c29 WEBP_FILTER_TYPE WebPEstimateBestFilter(const uint8_t* data, in WebPEstimateBestFilter() function
/external/webp/src/enc/
Dalpha.c208 : WebPEstimateBestFilter(alpha, width, height, width); in GetFilterMap()