Commit fb228883 authored by Michael Niedermayer's avatar Michael Niedermayer

h264: fix ssse3 biweight code with weights of 128

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 971701d4
......@@ -257,6 +257,13 @@ BIWEIGHT_FUNC_HALF_MM 8, 8, sse2
add off_regd, 1
or off_regd, 1
add r4, 1
cmp r5, 128
jne .normal
sar r5, 1
sar r6, 1
sar off_regd, 1
sub r4, 1
.normal
movd m4, r5d
movd m0, r6d
movd m5, off_regd
......
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