Searched refs:RGBToY (Results 1 – 4 of 4) 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 759 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg); in ConvertRowToY()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_common.cc | 290 static __inline int RGBToY(uint8 r, uint8 g, uint8 b) { in RGBToY() function 305 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \ 453 dst_y[0] = RGBToY(r, g, b); in RGB565ToYRow_C() 468 dst_y[0] = RGBToY(r, g, b); in ARGB1555ToYRow_C() 483 dst_y[0] = RGBToY(r, g, b); in ARGB4444ToYRow_C()
|
/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 | 384 static __inline int RGBToY(uint8_t r, uint8_t g, uint8_t b) { in RGBToY() function 400 dst_y[0] = RGBToY(src_argb0[R], src_argb0[G], src_argb0[B]); \ 530 dst_y[0] = RGBToY(r, g, b); in RGB565ToYRow_C() 545 dst_y[0] = RGBToY(r, g, b); in ARGB1555ToYRow_C() 560 dst_y[0] = RGBToY(r, g, b); in ARGB4444ToYRow_C()
|