x86: hevc_mc: replace one lea by add
Should have been in 036f11bdb565. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8f53d32dfb
commit
65259b4d68
@ -342,7 +342,7 @@ QPEL_TABLE 10, 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user