OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WEBP_FILTER_LAST
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/utils/
filters.h
29
WEBP_FILTER_LAST
= WEBP_FILTER_GRADIENT + 1, // end marker
44
extern const WebPFilterFunc WebPFilters[
WEBP_FILTER_LAST
];
47
extern const WebPUnfilterFunc WebPUnfilters[
WEBP_FILTER_LAST
];
/external/webp/src/utils/
filters.h
29
WEBP_FILTER_LAST
= WEBP_FILTER_GRADIENT + 1, // end marker
44
extern const WebPFilterFunc WebPFilters[
WEBP_FILTER_LAST
];
47
extern const WebPUnfilterFunc WebPUnfilters[
WEBP_FILTER_LAST
];
Completed in 47 milliseconds