summaryrefslogtreecommitdiff
path: root/libavcodec/arm/vp9itxfm_neon.S
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2017-01-10 00:15:11 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2017-01-14 21:13:19 +0100
commit4a5874ea8d0c94fd0c09de83c4ee38dc5f986ef0 (patch)
tree52fa2ab8c80935f3c57ac48527bb09fc68666b10 /libavcodec/arm/vp9itxfm_neon.S
parenta95e7de41dc3f5c8b4738582111f9470e674742a (diff)
arm/aarch64: vp9itxfm: Fix indentation of macro arguments
This is cherrypicked from libav commit 721bc37522c5c1d6a8c3cea5e9c3fcde8d256c05. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/arm/vp9itxfm_neon.S')
-rw-r--r--libavcodec/arm/vp9itxfm_neon.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/arm/vp9itxfm_neon.S b/libavcodec/arm/vp9itxfm_neon.S
index d7a2654dbe..b4cc5926d5 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