/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 162 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in ARGBRotate180()
|
D | rotate.cc | 186 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in RotatePlane180()
|
D | row_neon.cc | 639 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_NEON() function
|
D | row_neon64.cc | 684 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_NEON() function
|
D | row_any.cc | 438 ANY11(CopyRow_Any_NEON, CopyRow_NEON, 0, 1, 1, 31)
|
D | convert.cc | 298 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane2()
|
D | planar_functions.cc | 71 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate_argb.cc | 138 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in ARGBRotate180()
|
D | rotate.cc | 169 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in RotatePlane180()
|
D | row_any.cc | 246 ANY11(CopyRow_Any_NEON, CopyRow_NEON, 0, 1, 1, 31)
|
D | row_neon.cc | 801 void CopyRow_NEON(const uint8* src, uint8* dst, int count) { in CopyRow_NEON() function
|
D | row_neon64.cc | 777 void CopyRow_NEON(const uint8* src, uint8* dst, int count) { in CopyRow_NEON() function
|
D | convert.cc | 208 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane2()
|
D | planar_functions.cc | 61 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane()
|
/external/libyuv/files/source/ |
D | rotate_argb.cc | 178 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in ARGBRotate180()
|
D | rotate.cc | 199 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in RotatePlane180()
|
D | row_neon.cc | 639 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_NEON() function
|
D | row_neon64.cc | 684 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_NEON() function
|
D | row_any.cc | 476 ANY11(CopyRow_Any_NEON, CopyRow_NEON, 0, 1, 1, 31)
|
D | convert.cc | 556 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane2()
|
D | planar_functions.cc | 71 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 808 void CopyRow_NEON(const uint8* src, uint8* dst, int count);
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 3138 CopyRow_NEON(orig_y, dst_opt, kPixels * 4); in TestCopySamples()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1489 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1752 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width);
|