Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c39 static int CheckNonOpaque(const uint8_t* alpha, int width, int height, in CheckNonOpaque() function
56 return CheckNonOpaque(picture->a, picture->width, picture->height, in WebPPictureHasTransparency()
843 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); in ImportYUVAFromRGBA()