mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
x86: hevc_mc: replace one lea by add
Should have been in 036f11bdb5.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
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
|
||||
|
||||
Reference in New Issue
Block a user