Home
last modified time | relevance | path

Searched refs:RGBToY (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc256 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) { in RGBToY() function
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \
397 dst_y[0] = RGBToY(r, g, b); in RGB565ToYRow_C()
412 dst_y[0] = RGBToY(r, g, b); in ARGB1555ToYRow_C()
427 dst_y[0] = RGBToY(r, g, b); in ARGB4444ToYRow_C()
/external/webp/src/enc/
Dpicture_csp.c144 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() function
766 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg); in ConvertRowToY()
/external/libyuv/files/source/
Drow_common.cc257 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) { in RGBToY() function
271 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \