Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dencode.h146 WEBP_EXTERN(int) WebPConfigInitInternal(WebPConfig*, WebPPreset, float, int);
153 return WebPConfigInitInternal(config, WEBP_PRESET_DEFAULT, 75.f, in WebPConfigInit()
163 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset()
/external/webp/src/enc/
Dconfig.c22 int WebPConfigInitInternal(WebPConfig* config, in WebPConfigInitInternal() function