Home
last modified time | relevance | path

Searched refs:is_rgb (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c553 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup() local
568 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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c851 const int is_rgb = (r_ptr < b_ptr); // otherwise it's bgr in ImportYUVAFromRGBA() local
908 if (is_rgb) { in ImportYUVAFromRGBA()

Completed in 7 milliseconds