Searched refs:RGBToYJ (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc370 static __inline int RGBToYJ(uint8 r, uint8 g, uint8 b) { function
387 dst_y[0] = RGBToYJ(src_argb0[R], src_argb0[G], src_argb0[B]); \
706 uint8 y = RGBToYJ(src_argb[2], src_argb[1], src_argb[0]);

Completed in 24 milliseconds