Commit 9b2ccafb authored by Martin Storsjö's avatar Martin Storsjö

aarch64: Add missing sign extension in ff_h264_idct8_add_neon

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent cbd84b8a
......@@ -264,6 +264,7 @@ endfunc
function ff_h264_idct8_add_neon, export=1
movi v19.8H, #0
sxtw x2, w2
ld1 {v24.8H, v25.8H}, [x1]
st1 {v19.8H}, [x1], #16
st1 {v19.8H}, [x1], #16
......
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