Home
last modified time | relevance | path

Searched refs:CopyRow_NEON (Results 1 – 25 of 25) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc162 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in ARGBRotate180()
Drotate.cc186 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in RotatePlane180()
Drow_neon.cc639 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_NEON() function
Drow_neon64.cc684 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_NEON() function
Drow_any.cc438 ANY11(CopyRow_Any_NEON, CopyRow_NEON, 0, 1, 1, 31)
Dconvert.cc298 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane2()
Dplanar_functions.cc71 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane()
/external/libaom/libaom/third_party/libyuv/source/
Drotate_argb.cc138 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in ARGBRotate180()
Drotate.cc169 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in RotatePlane180()
Drow_any.cc246 ANY11(CopyRow_Any_NEON, CopyRow_NEON, 0, 1, 1, 31)
Drow_neon.cc801 void CopyRow_NEON(const uint8* src, uint8* dst, int count) { in CopyRow_NEON() function
Drow_neon64.cc777 void CopyRow_NEON(const uint8* src, uint8* dst, int count) { in CopyRow_NEON() function
Dconvert.cc208 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane2()
Dplanar_functions.cc61 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane()
/external/libyuv/files/source/
Drotate_argb.cc178 CopyRow = IS_ALIGNED(width * 4, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in ARGBRotate180()
Drotate.cc199 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in RotatePlane180()
Drow_neon.cc639 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_NEON() function
Drow_neon64.cc684 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_NEON() function
Drow_any.cc476 ANY11(CopyRow_Any_NEON, CopyRow_NEON, 0, 1, 1, 31)
Dconvert.cc556 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane2()
Dplanar_functions.cc71 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON; in CopyPlane()
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h808 void CopyRow_NEON(const uint8* src, uint8* dst, int count);
/external/libyuv/files/unit_test/
Dplanar_test.cc3138 CopyRow_NEON(orig_y, dst_opt, kPixels * 4); in TestCopySamples()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1489 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width);
/external/libyuv/files/include/libyuv/
Drow.h1752 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width);