summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2017-02-04 22:16:09 +0200
committerMartin Storsjö <martin@martin.st>2017-02-05 12:59:19 +0200
commit3bc5b28d5a191864c54bba60646933a63da31656 (patch)
tree77924dd5b97d8e71c5d1c4bf6c556e081b3bfde2 /libavcodec
parent8e67039c6312ba520945f2c01b7b14df056d5ed1 (diff)
arm: vp9itxfm: Avoid .irp when it doesn't save any lines
This makes it more readable. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/arm/vp9itxfm_neon.S24
1 files changed, 12 insertions, 12 deletions
diff --git a/libavcodec/arm/vp9itxfm_neon.S b/libavcodec/arm/vp9itxfm_neon.S
index 5abe435be9..49b993ffe3 100644
--- a/libavcodec/arm/vp9itxfm_neon.S
+++ b/libavcodec/arm/vp9itxfm_neon.S
@@ -690,21 +690,21 @@ function \txfm\()16_1d_4x16_pass1_neon
@ for the first slice of the second pass (where it is the
@ last 4x4 block).
add r0, r0, #8
-.irp i, 20, 24, 28
- vst1.16 {d\i}, [r0,:64]!
-.endr
+ vst1.16 {d20}, [r0,:64]!
+ vst1.16 {d24}, [r0,:64]!
+ vst1.16 {d28}, [r0,:64]!
add r0, r0, #8
-.irp i, 21, 25, 29
- vst1.16 {d\i}, [r0,:64]!
-.endr
+ vst1.16 {d21}, [r0,:64]!
+ vst1.16 {d25}, [r0,:64]!
+ vst1.16 {d29}, [r0,:64]!
add r0, r0, #8
-.irp i, 22, 26, 30
- vst1.16 {d\i}, [r0,:64]!
-.endr
+ vst1.16 {d22}, [r0,:64]!
+ vst1.16 {d26}, [r0,:64]!
+ vst1.16 {d30}, [r0,:64]!
add r0, r0, #8
-.irp i, 23, 27, 31
- vst1.16 {d\i}, [r0,:64]!
-.endr
+ vst1.16 {d23}, [r0,:64]!
+ vst1.16 {d27}, [r0,:64]!
+ vst1.16 {d31}, [r0,:64]!
vmov d28, d16
vmov d29, d17
vmov d30, d18