OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebPUnfilterFunc
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libwebp/utils/
filters.h
36
typedef void (*
WebPUnfilterFunc
)(int width, int height, int stride,
47
extern const
WebPUnfilterFunc
WebPUnfilters[WEBP_FILTER_LAST];
/external/webp/src/dsp/
dsp.h
475
typedef void (*
WebPUnfilterFunc
)(int width, int height, int stride,
488
extern
WebPUnfilterFunc
WebPUnfilters[WEBP_FILTER_LAST];
Completed in 727 milliseconds