Searched refs:use_sharp_yuv (Results 1 – 4 of 4) sorted by relevance
57 config->use_sharp_yuv = 0; in WebPConfigInitInternal()126 if (config->use_sharp_yuv < 0 || config->use_sharp_yuv > 1) return 0; in WebPValidateConfig()
345 if (config->use_sharp_yuv || (config->preprocessing & 4)) { in WebPEncode()
145 int use_sharp_yuv; // if needed, use sharp (and slow) RGB->YUV conversion member