Searched refs:RGB565ToYRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 352 ANY11(RGB565ToYRow_Any_NEON, RGB565ToYRow_NEON, 0, 2, 1, 7)
|
D | row_neon.cc | 2191 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix) { in RGB565ToYRow_NEON() function
|
D | row_neon64.cc | 2157 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix) { in RGB565ToYRow_NEON() function
|
D | convert.cc | 1054 RGB565ToYRow = RGB565ToYRow_NEON; in RGB565ToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1839 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON() function
|
D | row_neon64.cc | 1869 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON() function
|
D | row_any.cc | 598 ANY11(RGB565ToYRow_Any_NEON, RGB565ToYRow_NEON, 0, 2, 1, 7)
|
D | convert.cc | 1264 RGB565ToYRow = RGB565ToYRow_NEON; in RGB565ToI420()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 1839 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON() function
|
D | row_neon64.cc | 1869 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON() function
|
D | row_any.cc | 669 ANY11(RGB565ToYRow_Any_NEON, RGB565ToYRow_NEON, 0, 2, 1, 7)
|
D | convert.cc | 1928 RGB565ToYRow = RGB565ToYRow_NEON; in RGB565ToI420()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 624 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 949 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1091 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width);
|