Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drotate_argb.cc94 CopyRow = CopyRow_NEON; in ARGBRotate180()
Drow_neon.cc362 void CopyRow_NEON(const uint8* src, uint8* dst, int count) { in CopyRow_NEON() function
Drotate.cc865 CopyRow = CopyRow_NEON; in RotatePlane180()
Dconvert.cc363 CopyRow = CopyRow_NEON; in CopyPlane2()
517 CopyRow = CopyRow_NEON; in Q420ToI420()
Dconvert_from.cc54 CopyRow = CopyRow_NEON; in I420ToI422()
Dplanar_functions.cc34 CopyRow = CopyRow_NEON; in CopyPlane()
/external/libvpx/libvpx/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/include/libyuv/
Drow.h262 void CopyRow_NEON(const uint8* src, uint8* dst, int count);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h807 void CopyRow_NEON(const uint8* src, uint8* dst, int count);