Searched defs:CheckNonOpaque (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c39 static int CheckNonOpaque(const uint8_t* alpha, int width, int height, function
56 return CheckNonOpaque(picture->a, picture->width, picture->height,
182 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride);
/external/webp/src/enc/
H A Dpicture_csp.c39 static int CheckNonOpaque(const uint8_t* alpha, int width, int height, function
56 return CheckNonOpaque(picture->a, picture->width, picture->height,
182 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride);

Completed in 81 milliseconds