Searched refs:RGB565ToYRow_C (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 1028 RGB565ToYRow_C; in RGB565ToI420()
|
D | row_common.cc | 444 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_C() function
|
/external/libyuv/files/source/ |
D | convert.cc | 1212 RGB565ToYRow_C; in RGB565ToI420()
|
D | row_common.cc | 441 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_C() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 1238 RGB565ToYRow_C; in RGB565ToI420()
|
D | row_common.cc | 521 void RGB565ToYRow_C(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_C() function
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 634 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1027 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 970 void RGB565ToYRow_C(const uint8_t* src_rgb565, uint8_t* dst_y, int width);
|