Searched refs:ARGBSetRow_NEON (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 669 void ARGBSetRow_NEON(uint8_t* dst, uint32_t v32, int width) { in ARGBSetRow_NEON() function
|
D | row_neon64.cc | 713 void ARGBSetRow_NEON(uint8_t* dst, uint32_t v32, int width) { in ARGBSetRow_NEON() function
|
D | row_any.cc | 1006 ANY1(ARGBSetRow_Any_NEON, ARGBSetRow_NEON, uint32_t, 4, 3)
|
D | planar_functions.cc | 1847 ARGBSetRow = ARGBSetRow_NEON; in ARGBRect()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 536 ANY1(ARGBSetRow_Any_NEON, ARGBSetRow_NEON, uint32, 4, 3)
|
D | row_neon.cc | 836 void ARGBSetRow_NEON(uint8* dst, uint32 v32, int count) { in ARGBSetRow_NEON() function
|
D | row_neon64.cc | 811 void ARGBSetRow_NEON(uint8* dst, uint32 v32, int count) { in ARGBSetRow_NEON() function
|
D | planar_functions.cc | 1212 ARGBSetRow = ARGBSetRow_NEON; in ARGBRect()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 661 void ARGBSetRow_NEON(uint8* dst, uint32 v32, int count) { in ARGBSetRow_NEON() function
|
D | row_neon64.cc | 661 void ARGBSetRow_NEON(uint8* dst, uint32 v32, int count) { in ARGBSetRow_NEON() function
|
D | row_any.cc | 879 ANY1(ARGBSetRow_Any_NEON, ARGBSetRow_NEON, uint32, 4, 3)
|
D | planar_functions.cc | 1648 ARGBSetRow = ARGBSetRow_NEON; in ARGBRect()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 834 void ARGBSetRow_NEON(uint8* dst_argb, uint32 v32, int count);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1495 void ARGBSetRow_NEON(uint8* dst_argb, uint32 v32, int count);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1554 void ARGBSetRow_NEON(uint8_t* dst, uint32_t v32, int width);
|