Searched refs:RAWToYRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 2007 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON() function
|
D | row_neon64.cc | 2038 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON() function
|
D | row_any.cc | 592 ANY11(RAWToYRow_Any_NEON, RAWToYRow_NEON, 0, 3, 1, 7)
|
D | convert.cc | 1132 RAWToYRow = RAWToYRow_NEON; in RAWToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 349 ANY11(RAWToYRow_Any_NEON, RAWToYRow_NEON, 0, 3, 1, 7)
|
D | row_neon.cc | 2383 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int pix) { in RAWToYRow_NEON() function
|
D | row_neon64.cc | 2357 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int pix) { in RAWToYRow_NEON() function
|
D | convert.cc | 940 RAWToYRow = RAWToYRow_NEON; in RAWToI420()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 2148 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { in RAWToYRow_NEON() function
|
D | row_neon64.cc | 2121 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { in RAWToYRow_NEON() function
|
D | row_any.cc | 508 ANY11(RAWToYRow_Any_NEON, RAWToYRow_NEON, 0, 3, 1, 7)
|
D | convert.cc | 1106 RAWToYRow = RAWToYRow_NEON; in RAWToI420()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 623 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 985 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 948 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width);
|