Home
last modified time | relevance | path

Searched refs:unfilter_func (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/dec/
Dalpha.c74 WebPUnfilterFunc unfilter_func = WebPUnfilters[filter]; in DecodeAlpha() local
75 if (unfilter_func != NULL) { in DecodeAlpha()
78 unfilter_func(width, height, width, output); in DecodeAlpha()
/external/webp/src/dec/
Dalpha.c94 WebPUnfilterFunc unfilter_func = WebPUnfilters[alph_dec->filter_]; in ALPHDecode() local
109 if (unfilter_func != NULL) { in ALPHDecode()
110 unfilter_func(width, height, width, row, num_rows, output); in ALPHDecode()