WebPIsRGBMode      43 third_party/libwebp/dec/buffer.c   } else if (!WebPIsRGBMode(mode)) {   // YUV checks
WebPIsRGBMode      91 third_party/libwebp/dec/buffer.c     if (!WebPIsRGBMode(mode)) {
WebPIsRGBMode     108 third_party/libwebp/dec/buffer.c     if (!WebPIsRGBMode(mode)) {   // YUVA initialization
WebPIsRGBMode     537 third_party/libwebp/dec/io.c   const int is_rgb = WebPIsRGBMode(colorspace);
WebPIsRGBMode     611 third_party/libwebp/dec/webp.c   return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y;
WebPIsRGBMode     767 third_party/libwebp/dec/webp.c     if (!WebPIsRGBMode(src_colorspace)) {   // only snap for YUV420 or YUV422