Commit 78f318be authored by Mans Rullgard's avatar Mans Rullgard

ARM: NEON: fix overflow in h264 16x16 planar pred

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 5f3b8314
......@@ -131,8 +131,8 @@ function ff_pred16x16_plane_neon, export=1
vadd.i16 d5, d6, d7
vpadd.i16 d4, d4, d5
vpadd.i16 d4, d4, d4
vshl.i16 d5, d4, #2
vaddl.s16 q2, d4, d5
vshll.s16 q3, d4, #2
vaddw.s16 q2, q3, d4
vrshrn.s32 d4, q2, #6
mov r3, #0
vtrn.16 d4, d5
......
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