Searched refs:RGBToY (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/enc/ |
D | picture_csp_enc.c | 140 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() function 752 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg); in ConvertRowToY()
|
/external/libyuv/files/source/ |
D | row_common.cc | 304 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) { in RGBToY() function 320 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \ 450 dst_y[0] = RGBToY(r, g, b); in RGB565ToYRow_C() 465 dst_y[0] = RGBToY(r, g, b); in ARGB1555ToYRow_C() 480 dst_y[0] = RGBToY(r, g, b); in ARGB4444ToYRow_C()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 304 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) { in RGBToY() function 319 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \ 445 dst_y[0] = RGBToY(r, g, b); in RGB565ToYRow_C() 460 dst_y[0] = RGBToY(r, g, b); in ARGB1555ToYRow_C() 475 dst_y[0] = RGBToY(r, g, b); in ARGB4444ToYRow_C()
|