Skip to content

Commit

Permalink
arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 …
Browse files Browse the repository at this point in the history
…function

This is cherrypicked from libav commit
3933b86.

Signed-off-by: Martin Storsjö <martin@martin.st>
  • Loading branch information
mstorsjo committed Mar 11, 2017
1 parent 9532a7d commit 1d8ab57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libavcodec/arm/vp9itxfm_neon.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d8ab57

Please sign in to comment.