Searched refs:GetChromaV (Results 1 – 1 of 1) sorted by relevance
119 static inline int GetChromaV(int r, int g, int b) { in GetChromaV() function505 *v_dst++ = GetChromaV(sum_r, sum_g, sum_b); in RGBALinepairToYUV420()521 *v_dst = GetChromaV(2 * sum_r, 2 * sum_g, 2 * sum_b); in RGBALinepairToYUV420()
Completed in 7 milliseconds