Searched refs:ARGBMirrorRow_AVX2 (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 117 ARGBMirrorRow = ARGBMirrorRow_AVX2; in ARGBRotate180()
|
D | row_any.cc | 635 ANY11M(ARGBMirrorRow_Any_AVX2, ARGBMirrorRow_AVX2, 4, 7)
|
D | row_gcc.cc | 2642 void ARGBMirrorRow_AVX2(const uint8* src, uint8* dst, int width) { in ARGBMirrorRow_AVX2() function
|
D | planar_functions.cc | 650 ARGBMirrorRow = ARGBMirrorRow_AVX2; in ARGBMirror()
|
D | row_win.cc | 3229 void ARGBMirrorRow_AVX2(const uint8* src, uint8* dst, int width) {
|
/external/libyuv/files/source/ |
D | rotate_argb.cc | 144 ARGBMirrorRow = ARGBMirrorRow_AVX2; in ARGBRotate180()
|
D | row_any.cc | 846 ANY11M(ARGBMirrorRow_Any_AVX2, ARGBMirrorRow_AVX2, 4, 7)
|
D | row_gcc.cc | 2589 void ARGBMirrorRow_AVX2(const uint8* src, uint8* dst, int width) { in ARGBMirrorRow_AVX2() function
|
D | planar_functions.cc | 809 ARGBMirrorRow = ARGBMirrorRow_AVX2; in ARGBMirror()
|
D | row_win.cc | 3108 __declspec(naked) void ARGBMirrorRow_AVX2(const uint8* src,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 826 void ARGBMirrorRow_AVX2(const uint8* src, uint8* dst, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1359 void ARGBMirrorRow_AVX2(const uint8* src, uint8* dst, int width);
|