Searched refs:ABGRToYRow_NEON (Results 1 – 16 of 16) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 340 ANY11(ABGRToYRow_Any_NEON, ABGRToYRow_NEON, 0, 4, 1, 7)
|
D | row_neon.cc | 2302 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int pix) { in ABGRToYRow_NEON() function
|
D | row_neon64.cc | 2273 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int pix) { in ABGRToYRow_NEON() function
|
D | convert.cc | 693 ABGRToYRow = ABGRToYRow_NEON; in ABGRToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1938 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_NEON() function
|
D | row_neon64.cc | 1969 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_NEON() function
|
D | row_any.cc | 574 ANY11(ABGRToYRow_Any_NEON, ABGRToYRow_NEON, 0, 4, 1, 7)
|
D | convert.cc | 826 ABGRToYRow = ABGRToYRow_NEON; in ABGRToI420()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 1938 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_NEON() function
|
D | row_neon64.cc | 1969 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_NEON() function
|
D | convert_from_argb.cc | 626 ABGRToYRow = ABGRToYRow_NEON; in ABGRToNV12()
|
D | row_any.cc | 633 ANY11(ABGRToYRow_Any_NEON, ABGRToYRow_NEON, 0, 4, 1, 7)
|
D | convert.cc | 1276 ABGRToYRow = ABGRToYRow_NEON; in ABGRToI420()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 620 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 945 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1087 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width);
|