Searched refs:MirrorRow_AVX2 (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 132 MirrorRow = MirrorRow_AVX2; in RotatePlane180()
|
D | row_any.cc | 626 ANY11M(MirrorRow_Any_AVX2, MirrorRow_AVX2, 1, 31)
|
D | row_gcc.cc | 2555 void MirrorRow_AVX2(const uint8* src, uint8* dst, int width) { in MirrorRow_AVX2() function
|
D | planar_functions.cc | 393 MirrorRow = MirrorRow_AVX2; in MirrorPlane()
|
D | row_win.cc | 3144 void MirrorRow_AVX2(const uint8* src, uint8* dst, int width) {
|
/external/libyuv/files/source/ |
D | rotate.cc | 167 MirrorRow = MirrorRow_AVX2; in RotatePlane180()
|
D | row_any.cc | 834 ANY11M(MirrorRow_Any_AVX2, MirrorRow_AVX2, 1, 31)
|
D | row_gcc.cc | 2500 void MirrorRow_AVX2(const uint8* src, uint8* dst, int width) { in MirrorRow_AVX2() function
|
D | planar_functions.cc | 437 MirrorRow = MirrorRow_AVX2; in MirrorPlane()
|
D | row_win.cc | 3025 __declspec(naked) void MirrorRow_AVX2(const uint8* src, uint8* dst, int width) {
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 808 void MirrorRow_AVX2(const uint8* src, uint8* dst, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1333 void MirrorRow_AVX2(const uint8* src, uint8* dst, int width);
|