Searched refs:WebPIsRGBMode (Results 1 – 6 of 6) sorted by relevance
48 } else if (!WebPIsRGBMode(mode)) { // YUV checks in CheckDecBuffer()110 if (!WebPIsRGBMode(mode)) { in AllocateBuffer()127 if (!WebPIsRGBMode(mode)) { // YUVA initialization in AllocateBuffer()157 if (WebPIsRGBMode(buffer->colorspace)) { in WebPFlipBuffer()281 if (WebPIsRGBMode(src_buf->colorspace)) { in WebPCopyDecBufferPixels()
630 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y; in Decode()801 if (!WebPIsRGBMode(src_colorspace)) { // only snap for YUV420 in WebPIoInitFromOptions()
548 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup()
797 if (WebPIsRGBMode(output->colorspace)) { // convert to RGBA in ProcessRows()1706 if (!WebPIsRGBMode(dec->output_->colorspace)) { in VP8LDecodeImage()
176 static WEBP_INLINE int WebPIsRGBMode(WEBP_CSP_MODE mode) { in WebPIsRGBMode() function