Searched refs:ARGB4444ToYRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1889 void ARGB4444ToYRow_NEON(const uint8_t* src_argb4444, in ARGB4444ToYRow_NEON() function
|
D | row_neon64.cc | 1920 void ARGB4444ToYRow_NEON(const uint8_t* src_argb4444, in ARGB4444ToYRow_NEON() function
|
D | row_any.cc | 610 ANY11(ARGB4444ToYRow_Any_NEON, ARGB4444ToYRow_NEON, 0, 2, 1, 7)
|
D | convert.cc | 1545 ARGB4444ToYRow = ARGB4444ToYRow_NEON; in ARGB4444ToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 358 ANY11(ARGB4444ToYRow_Any_NEON, ARGB4444ToYRow_NEON, 0, 2, 1, 7)
|
D | row_neon.cc | 2247 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix) { in ARGB4444ToYRow_NEON() function
|
D | row_neon64.cc | 2216 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix) { in ARGB4444ToYRow_NEON() function
|
D | convert.cc | 1300 ARGB4444ToYRow = ARGB4444ToYRow_NEON; in ARGB4444ToI420()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 2017 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON() function
|
D | row_neon64.cc | 1990 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON() function
|
D | row_any.cc | 526 ANY11(ARGB4444ToYRow_Any_NEON, ARGB4444ToYRow_NEON, 0, 2, 1, 7)
|
D | convert.cc | 1524 ARGB4444ToYRow = ARGB4444ToYRow_NEON; in ARGB4444ToI420()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 626 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 988 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 953 void ARGB4444ToYRow_NEON(const uint8_t* src_argb4444,
|