diff options
author | Martin Storsjö <martin@martin.st> | 2016-11-22 11:32:25 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2016-11-23 23:56:16 +0200 |
commit | 721bc37522c5c1d6a8c3cea5e9c3fcde8d256c05 (patch) | |
tree | 3b657085d4c99ef3b61decdf673e52ea8bf93f33 | |
parent | 06fec74cacbb0ef7f3e5ea0e6c9ced1b6fd7565d (diff) | |
download | ffmpeg-721bc37522c5c1d6a8c3cea5e9c3fcde8d256c05.tar.gz |
arm/aarch64: vp9itxfm: Fix indentation of macro arguments
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavcodec/aarch64/vp9itxfm_neon.S | 16 | ||||
-rw-r--r-- | 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 65406b9e1a..2dc6b7524a 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 5d73d84d1f..acb1c6d8b6 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 |