Searched refs:uvcount (Results 1 – 1 of 1) sorted by relevance
159 int uvcount = 0; in rgb888_to_yv12() local174 …yv12_u0[uvcount] = clamp_rgb((1/0.96) * (-(0.1482235294117647 * R) - (0.2909921568627451 * G) + (0… in rgb888_to_yv12()175 …yv12_v0[uvcount] = clamp_rgb((1.0)* ((0.4392156862745098 * R) - (0.36778823529411764 * G) - (0.071… in rgb888_to_yv12()176 uvcount ++; in rgb888_to_yv12()182 uvcount = 0; in rgb888_to_yv12()