Searched refs:RGBToYUVComponent (Results 1 – 1 of 1) sorted by relevance
/external/webp/sharpyuv/ |
D | sharpyuv.c | 213 static WEBP_INLINE int RGBToYUVComponent(int r, int g, int b, in RGBToYUVComponent() function 243 const int y = RGBToYUVComponent(r, g, b, yuv_matrix->rgb_to_y, sfix); in ConvertWRGBToYUV() 262 const int u = RGBToYUVComponent(r, g, b, yuv_matrix->rgb_to_u, sfix); in ConvertWRGBToYUV() 263 const int v = RGBToYUVComponent(r, g, b, yuv_matrix->rgb_to_v, sfix); in ConvertWRGBToYUV()
|