Searched defs:WebPConfig (Results 1 - 1 of 1) sorted by relevance

/external/webp/include/webp/
H A Dencode.h114 } WebPConfig; typedef in typeref:struct:__anon15012
116 // Enumerate some predefined settings for WebPConfig, depending on the type
128 WEBP_EXTERN(int) WebPConfigInitInternal(WebPConfig*, WebPPreset, float, int);
130 // Should always be called, to initialize a fresh WebPConfig structure before
134 static WEBP_INLINE int WebPConfigInit(WebPConfig* config) {
143 static WEBP_INLINE int WebPConfigPreset(WebPConfig* config,
151 WEBP_EXTERN(int) WebPValidateConfig(const WebPConfig* config);
455 WEBP_EXTERN(int) WebPEncode(const WebPConfig* config, WebPPicture* picture);

Completed in 278 milliseconds