Home
last modified time | relevance | path

Searched refs:CopyRow_AVX (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc128 CopyRow = IS_ALIGNED(width * 4, 64) ? CopyRow_AVX : CopyRow_Any_AVX; in ARGBRotate180()
Drotate.cc159 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX; in RotatePlane180()
Drow_any.cc240 ANY11(CopyRow_Any_AVX, CopyRow_AVX, 0, 1, 1, 63)
Dconvert.cc198 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX; in CopyPlane2()
Drow_gcc.cc2615 void CopyRow_AVX(const uint8* src, uint8* dst, int count) { in CopyRow_AVX() function
Dplanar_functions.cc51 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX; in CopyPlane()
Drow_win.cc3360 void CopyRow_AVX(const uint8* src, uint8* dst, int count) { in CopyRow_AVX() function
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h805 void CopyRow_AVX(const uint8* src, uint8* dst, int count);