Searched refs:RGBToY (Results 1 – 1 of 1) sorted by relevance
143 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() function763 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg); in ConvertRowToY()