Searched refs:CopyRow_AVX (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 128 CopyRow = IS_ALIGNED(width * 4, 64) ? CopyRow_AVX : CopyRow_Any_AVX; in ARGBRotate180()
|
D | rotate.cc | 159 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX; in RotatePlane180()
|
D | row_any.cc | 240 ANY11(CopyRow_Any_AVX, CopyRow_AVX, 0, 1, 1, 63)
|
D | convert.cc | 198 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX; in CopyPlane2()
|
D | row_gcc.cc | 2615 void CopyRow_AVX(const uint8* src, uint8* dst, int count) { in CopyRow_AVX() function
|
D | planar_functions.cc | 51 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX; in CopyPlane()
|
D | row_win.cc | 3360 void CopyRow_AVX(const uint8* src, uint8* dst, int count) { in CopyRow_AVX() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 805 void CopyRow_AVX(const uint8* src, uint8* dst, int count);
|