Searched refs:WebPIsRGBMode (Results 1 – 4 of 4) sorted by relevance
45 } else if (!WebPIsRGBMode(mode)) { // YUV checks in CheckDecBuffer()93 if (!WebPIsRGBMode(mode)) { in AllocateBuffer()110 if (!WebPIsRGBMode(mode)) { // YUVA initialization in AllocateBuffer()
563 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y; in Decode()725 if (!WebPIsRGBMode(src_colorspace)) { // only snap for YUV420 or YUV422 in WebPIoInitFromOptions()
543 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup()
148 static WEBP_INLINE int WebPIsRGBMode(WEBP_CSP_MODE mode) { in WebPIsRGBMode() function