Searched refs:MODE_YUVA (Results 1 – 7 of 7) sorted by relevance
69 if (mode == MODE_YUVA) { in CheckDecBuffer()113 if (mode == MODE_YUVA) { in AllocateBuffer()137 if (mode == MODE_YUVA) { in AllocateBuffer()
728 colorspace = MODE_YUVA; in WebPINewYUVA()736 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA; in WebPINewYUVA()
573 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup()
344 output_buffer->colorspace = bitstream->has_alpha ? MODE_YUVA : MODE_YUV; in main()347 output_buffer->colorspace = MODE_YUVA; in main()362 case YUVA: output_buffer->colorspace = MODE_YUVA; break; in main()
160 MODE_YUV = 11, MODE_YUVA = 12, // yuv 4:2:0 enumerator172 mode == MODE_RGBA_4444 || mode == MODE_YUVA || in WebPIsAlphaMode()
198 output_buffer->colorspace = has_alpha ? MODE_YUVA : MODE_YUV; in ReadWebP()
3334 a06f8023 MODE_YUVA: set alpha to opaque if the image has none