Searched refs:rgb_left_endpoint_count (Results 1 – 1 of 1) sorted by relevance
1225 int rgb_left_endpoint_count = 0; in get_rgba_endpoints_unorm() local1236 rgb_left_endpoint_count++; in get_rgba_endpoints_unorm()1257 if (rgb_left_endpoint_count == 0 || in get_rgba_endpoints_unorm()1258 rgb_left_endpoint_count == width * height) { in get_rgba_endpoints_unorm()1264 endpoints[0][i] = sums[0][i] / rgb_left_endpoint_count; in get_rgba_endpoints_unorm()1266 (width * height - rgb_left_endpoint_count)); in get_rgba_endpoints_unorm()