Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp.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()
845 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); in ImportYUVAFromRGBA()
/external/opencv3/3rdparty/libwebp/enc/
Dpicture.c519 static int CheckNonOpaque(const uint8_t* alpha, int width, int height, in CheckNonOpaque() function
536 return CheckNonOpaque(picture->a, picture->width, picture->height, in WebPPictureHasTransparency()
602 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); in ImportYUVAFromRGBA()