mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
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
e3fac20824
commit
36284ae981
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user