Home
last modified time | relevance | path

Searched refs:use_sharp_yuv (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/enc/
Dconfig_enc.c57 config->use_sharp_yuv = 0; in WebPConfigInitInternal()
126 if (config->use_sharp_yuv < 0 || config->use_sharp_yuv > 1) return 0; in WebPValidateConfig()
Dwebp_enc.c345 if (config->use_sharp_yuv || (config->preprocessing & 4)) { in WebPEncode()
/external/webp/src/webp/
Dencode.h145 int use_sharp_yuv; // if needed, use sharp (and slow) RGB->YUV conversion member
/external/webp/include/webp/
Dencode.h145 int use_sharp_yuv; // if needed, use sharp (and slow) RGB->YUV conversion member