Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c45 static int CheckNonOpaque(const uint8_t* alpha, int width, int height, in CheckNonOpaque() function
66 return CheckNonOpaque((const uint8_t*)picture->argb + alpha_offset, in WebPPictureHasTransparency()
70 return CheckNonOpaque(picture->a, picture->width, picture->height, in WebPPictureHasTransparency()
854 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); in ImportYUVAFromRGBA()