summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2017-01-03 16:38:56 +0200
committerMartin Storsjö <martin@martin.st>2017-02-09 23:56:44 +0200
commit3933b86bb93aca47f29fbd493075b0f110c1e3f5 (patch)
tree3f766a2cf883188bd6deff73f98bcb7fca0df18a /libavcodec
parenta63da4511d0fee66695ff4afd264ba1dbf1e812d (diff)
arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/arm/vp9itxfm_neon.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/arm/vp9itxfm_neon.S b/libavcodec/arm/vp9itxfm_neon.S
index 167d5178e4..3d0b0fab2e 100644
--- a/libavcodec/arm/vp9itxfm_neon.S
+++ b/libavcodec/arm/vp9itxfm_neon.S
@@ -412,13 +412,12 @@ function ff_vp9_\txfm1\()_\txfm2\()_8x8_add_neon, export=1
.ifc \txfm1\()_\txfm2,idct_idct
movrel r12, idct_coeffs
vpush {q4-q5}
- vld1.16 {q0}, [r12,:128]
.else
movrel r12, iadst8_coeffs
vld1.16 {q1}, [r12,:128]!
vpush {q4-q7}
- vld1.16 {q0}, [r12,:128]
.endif
+ vld1.16 {q0}, [r12,:128]
vmov.i16 q2, #0
vmov.i16 q3, #0