[FFmpeg-cvslog] arm/aarch64: vp9itxfm: Fix indentation of macro arguments
Martin Storsjö
git at videolan.org
Sat Jan 14 22:36:14 EET 2017
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Jan 10 00:15:11 2017 +0200| [4a5874ea8d0c94fd0c09de83c4ee38dc5f986ef0] | committer: Michael Niedermayer
arm/aarch64: vp9itxfm: Fix indentation of macro arguments
This is cherrypicked from libav commit
721bc37522c5c1d6a8c3cea5e9c3fcde8d256c05.
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a5874ea8d0c94fd0c09de83c4ee38dc5f986ef0
---
libavcodec/aarch64/vp9itxfm_neon.S | 16 ++++++++--------
libavcodec/arm/vp9itxfm_neon.S | 8 ++++----
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/libavcodec/aarch64/vp9itxfm_neon.S b/libavcodec/aarch64/vp9itxfm_neon.S
index 3535c7b..d5165bf 100644
--- a/libavcodec/aarch64/vp9itxfm_neon.S
+++ b/libavcodec/aarch64/vp9itxfm_neon.S
@@ -969,14 +969,14 @@ function idct32_1d_8x32_pass1_neon
st1 {v7.8h}, [x0], #16
.endm
- store_rev 31, 23
- store_rev 30, 22
- store_rev 29, 21
- store_rev 28, 20
- store_rev 27, 19
- store_rev 26, 18
- store_rev 25, 17
- store_rev 24, 16
+ store_rev 31, 23
+ store_rev 30, 22
+ store_rev 29, 21
+ store_rev 28, 20
+ store_rev 27, 19
+ store_rev 26, 18
+ store_rev 25, 17
+ store_rev 24, 16
.purgem store_rev
ret
endfunc
diff --git a/libavcodec/arm/vp9itxfm_neon.S b/libavcodec/arm/vp9itxfm_neon.S
index d7a2654..b4cc592 100644
--- a/libavcodec/arm/vp9itxfm_neon.S
+++ b/libavcodec/arm/vp9itxfm_neon.S
@@ -1017,10 +1017,10 @@ function idct32_1d_4x32_pass1_neon
.endr
.endm
- store_rev 31, 27, 23, 19
- store_rev 30, 26, 22, 18
- store_rev 29, 25, 21, 17
- store_rev 28, 24, 20, 16
+ store_rev 31, 27, 23, 19
+ store_rev 30, 26, 22, 18
+ store_rev 29, 25, 21, 17
+ store_rev 28, 24, 20, 16
.purgem store_rev
bx lr
endfunc
More information about the ffmpeg-cvslog
mailing list