Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c143 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() function
763 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg); in ConvertRowToY()