Searched refs:RGBToY (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 256 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/ |
D | picture_csp.c | 144 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/ |
D | row_common.cc | 257 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]); \
|