mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-02 02:30:58 +00:00
arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
a63da4511d
commit
3933b86bb9
@ -412,13 +412,12 @@ function ff_vp9_\txfm1\()_\txfm2\()_8x8_add_neon, export=1
|
|||||||
.ifc \txfm1\()_\txfm2,idct_idct
|
.ifc \txfm1\()_\txfm2,idct_idct
|
||||||
movrel r12, idct_coeffs
|
movrel r12, idct_coeffs
|
||||||
vpush {q4-q5}
|
vpush {q4-q5}
|
||||||
vld1.16 {q0}, [r12,:128]
|
|
||||||
.else
|
.else
|
||||||
movrel r12, iadst8_coeffs
|
movrel r12, iadst8_coeffs
|
||||||
vld1.16 {q1}, [r12,:128]!
|
vld1.16 {q1}, [r12,:128]!
|
||||||
vpush {q4-q7}
|
vpush {q4-q7}
|
||||||
vld1.16 {q0}, [r12,:128]
|
|
||||||
.endif
|
.endif
|
||||||
|
vld1.16 {q0}, [r12,:128]
|
||||||
|
|
||||||
vmov.i16 q2, #0
|
vmov.i16 q2, #0
|
||||||
vmov.i16 q3, #0
|
vmov.i16 q3, #0
|
||||||
|
Loading…
Reference in New Issue
Block a user