Searched refs:CheckNonOpaque (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | picture_csp.c | 39 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/ |
D | picture.c | 519 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()
|