Searched refs:YUY2ToYRow_NEON (Results 1 – 18 of 18) sorted by relevance
/external/libaom/libaom/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/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 941 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON() function
|
D | row_neon64.cc | 996 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON() function
|
D | row_any.cc | 613 ANY11(YUY2ToYRow_Any_NEON, YUY2ToYRow_NEON, 1, 4, 1, 15)
|
D | planar_functions.cc | 722 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToI422() 881 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToY()
|
D | convert.cc | 490 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToI420()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 941 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON() function
|
D | row_neon64.cc | 996 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON() function
|
D | row_any.cc | 693 ANY11(YUY2ToYRow_Any_NEON, YUY2ToYRow_NEON, 1, 4, 1, 15)
|
D | planar_functions.cc | 818 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToI422() 997 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToY()
|
D | convert.cc | 748 YUY2ToYRow = YUY2ToYRow_NEON; in YUY2ToI420()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1567 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 2763 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 3164 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width);
|