Searched refs:WebPConfigInitInternal (Results 1 - 3 of 3) sorted by relevance

/external/webp/include/webp/
H A Dencode.h149 WEBP_EXTERN(int) WebPConfigInitInternal(WebPConfig*, WebPPreset, float, int);
156 return WebPConfigInitInternal(config, WEBP_PRESET_DEFAULT, 75.f,
166 return WebPConfigInitInternal(config, preset, quality,
/external/webp/src/webp/
H A Dencode.h149 WEBP_EXTERN(int) WebPConfigInitInternal(WebPConfig*, WebPPreset, float, int);
156 return WebPConfigInitInternal(config, WEBP_PRESET_DEFAULT, 75.f,
166 return WebPConfigInitInternal(config, preset, quality,
/external/webp/src/enc/
H A Dconfig.c20 int WebPConfigInitInternal(WebPConfig* config, function

Completed in 99 milliseconds