Searched refs:is_rgb (Results 1 – 2 of 2) sorted by relevance
553 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup() local568 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); in CustomSetup()576 if (is_rgb) { in CustomSetup()600 : is_rgb ? EmitAlphaRGB in CustomSetup()602 if (is_rgb) { in CustomSetup()
851 const int is_rgb = (r_ptr < b_ptr); // otherwise it's bgr in ImportYUVAFromRGBA() local908 if (is_rgb) { in ImportYUVAFromRGBA()
Completed in 7 milliseconds