Searched refs:WEBP_CSP_ALPHA_BIT (Results 1 – 5 of 5) sorted by relevance
267 WEBP_CSP_ALPHA_BIT = 4 // bit that is set if alpha is present enumerator
93 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA()
163 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha()
1030 if ((picture->colorspace & WEBP_CSP_ALPHA_BIT) && picture->a == NULL) { in WebPPictureYUVAToARGB()1070 if (picture->colorspace & WEBP_CSP_ALPHA_BIT) { in WebPPictureYUVAToARGB()