Searched refs:YUY2ToYRow_NEON (Results 1 – 12 of 12) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 695 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_NEON() function
|
D | convert.cc | 563 YUY2ToYRow = YUY2ToYRow_NEON; in Q420ToI420() 686 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToI420()
|
D | convert_argb.cc | 717 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToARGB()
|
D | planar_functions.cc | 153 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToI422()
|
D | row_common.cc | 1086 YANY(YUY2ToYRow_Any_NEON, YUY2ToYRow_NEON, 2)
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 361 ANY11(YUY2ToYRow_Any_NEON, YUY2ToYRow_NEON, 1, 4, 1, 15)
|
D | row_neon.cc | 1118 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_NEON() function
|
D | row_neon64.cc | 1119 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix) { in YUY2ToYRow_NEON() function
|
D | convert.cc | 427 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToI420()
|
D | planar_functions.cc | 336 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToI422()
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 614 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1566 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix);
|