Commit e40e446e authored by Seppo Tomperi's avatar Seppo Tomperi Committed by Michael Niedermayer

hevcdsp: HEVC deblocking ARM NEON register clobber fix

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0f834155
......@@ -32,10 +32,10 @@
.endm
.macro hevc_loop_filter_chroma_body
vsubl.u8 q4, d4, d2
vsubl.u8 q3, d4, d2
vsubl.u8 q11, d18, d19
vshl.i16 q4, #2
vadd.i16 q11, q4
vshl.i16 q3, #2
vadd.i16 q11, q3
vdup.16 d0, r12
vdup.16 d1, r3
vrshr.s16 q11, q11, #3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment