Searched refs:GetNumColors (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libwebp/enc/ |
D | alpha.c | 161 static int GetNumColors(const uint8_t* data, int width, int height, in GetNumColors() function 236 const int num_colors = GetNumColors(quant_alpha, width, height, width); in EncodeAlpha()
|
/external/webp/src/enc/ |
D | alpha.c | 173 static int GetNumColors(const uint8_t* data, int width, int height, in GetNumColors() function 204 const int num_colors = GetNumColors(alpha, width, height, width); in GetFilterMap()
|