Searched refs:WebPIsAlphaMode (Results 1 – 5 of 5) sorted by relevance
256 if (WebPIsAlphaMode(p->output->colorspace) && io->a != NULL) { in EmitRescaledYUV()288 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler()462 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitRGBRescaler()520 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup()
310 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler()483 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitRGBRescaler()542 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup()
167 static WEBP_INLINE int WebPIsAlphaMode(WEBP_CSP_MODE mode) { in WebPIsAlphaMode() function
164 static WEBP_INLINE int WebPIsAlphaMode(WEBP_CSP_MODE mode) { in WebPIsAlphaMode() function