Commit 36284ae9 authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer

x86: hevc_mc: replace one lea by add

Should have been in 036f11bd.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e3fac208
......@@ -370,7 +370,7 @@ QPEL_TABLE 12, 4, w, sse4
%macro LOOP_END 4
lea %1q, [%1q+2*%2q] ; dst += dststride
lea %3q, [%3q+ %4q] ; src += srcstride
add %3q, %4q ; src += srcstride
dec heightd ; cmp height
jnz .loop ; height loop
%endmacro
......
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