Home
last modified time | relevance | path

Searched refs:MODE_YUV (Results 1 – 5 of 5) sorted by relevance

/external/webp/include/webp/
Ddecode.h152 MODE_YUV = 11, MODE_YUVA = 12, // yuv 4:2:0 enumerator
169 return (mode < MODE_YUV); in WebPIsRGBMode()
/external/webp/src/dec/
Didec.c601 if (mode >= MODE_YUV) return NULL; in WebPINewRGB()
640 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA; in WebPINewYUVA()
760 if (src->colorspace >= MODE_YUV) { in WebPIDecGetRGB()
778 if (src->colorspace < MODE_YUV) { in WebPIDecGetYUVA()
Dwebp.c524 output.colorspace = MODE_YUV; in WebPDecodeYUVInto()
601 uint8_t* const out = Decode(MODE_YUV, data, data_size, in WebPDecodeYUV()
Dio.c546 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup()
Dvp8l.c646 if (output->colorspace < MODE_YUV) { // convert to RGBA in ProcessRows()