Home
last modified time | relevance | path

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

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