Searched refs:WebPConfigInitInternal (Results 1 – 2 of 2) sorted by relevance
/external/webp/include/webp/ |
D | encode.h | 146 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/ |
D | config.c | 22 int WebPConfigInitInternal(WebPConfig* config, in WebPConfigInitInternal() function
|