Commit b68b5ec5 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5e87080f'

* commit '5e87080f':
  h264_weight: Fix SSSE3 biweight code with weights of 128

Conflicts:
	libavcodec/x86/h264_weight.asm

See: e1009665
See: fb228883Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 85d0df0c 5e87080f
......@@ -136,9 +136,9 @@ WEIGHT_FUNC_HALF_MM 8, 8
or off_regd, 1
add r4, 1
cmp r6d, 128
je .nonnormal
je .nonnormal
cmp r5, 128
jne .normal
jne .normal
.nonnormal
sar r5, 1
sar r6, 1
......
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