Searched refs:ARGB1555ToYRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1863 void ARGB1555ToYRow_NEON(const uint8_t* src_argb1555, in ARGB1555ToYRow_NEON() function
|
D | row_neon64.cc | 1894 void ARGB1555ToYRow_NEON(const uint8_t* src_argb1555, in ARGB1555ToYRow_NEON() function
|
D | row_any.cc | 604 ANY11(ARGB1555ToYRow_Any_NEON, ARGB1555ToYRow_NEON, 0, 2, 1, 7)
|
D | convert.cc | 1403 ARGB1555ToYRow = ARGB1555ToYRow_NEON; in ARGB1555ToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 355 ANY11(ARGB1555ToYRow_Any_NEON, ARGB1555ToYRow_NEON, 0, 2, 1, 7)
|
D | row_neon.cc | 2219 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int pix) { in ARGB1555ToYRow_NEON() function
|
D | row_neon64.cc | 2187 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int pix) { in ARGB1555ToYRow_NEON() function
|
D | convert.cc | 1176 ARGB1555ToYRow = ARGB1555ToYRow_NEON; in ARGB1555ToI420()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 1990 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON() function
|
D | row_neon64.cc | 1963 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON() function
|
D | row_any.cc | 520 ANY11(ARGB1555ToYRow_Any_NEON, ARGB1555ToYRow_NEON, 0, 2, 1, 7)
|
D | convert.cc | 1383 ARGB1555ToYRow = ARGB1555ToYRow_NEON; in ARGB1555ToI420()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 625 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 987 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 950 void ARGB1555ToYRow_NEON(const uint8_t* src_argb1555,
|