Searched refs:MODE_YUV (Results 1 – 5 of 5) sorted by relevance
152 MODE_YUV = 11, MODE_YUVA = 12, // yuv 4:2:0 enumerator169 return (mode < MODE_YUV); in WebPIsRGBMode()
601 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()
524 output.colorspace = MODE_YUV; in WebPDecodeYUVInto()601 uint8_t* const out = Decode(MODE_YUV, data, data_size, in WebPDecodeYUV()
546 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup()
646 if (output->colorspace < MODE_YUV) { // convert to RGBA in ProcessRows()