mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
x86: hevc_mc: correct unneeded use of SSE4 code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1506ea947d
commit
38e2aa3759
@ -891,7 +891,7 @@ cglobal hevc_put_hevc_uni_qpel_v%1_%2, 7, 9, 15, dst, dststride, src, srcstride,
|
||||
QPEL_V_LOAD %2, srcq, srcstride, %1, r8
|
||||
QPEL_COMPUTE %1, %2
|
||||
%if %2 > 8
|
||||
packusdw m0, m1
|
||||
packssdw m0, m1
|
||||
%endif
|
||||
UNI_COMPUTE %1, %2, m0, m1, m9
|
||||
PEL_%2STORE%1 dstq, m0, m1
|
||||
|
Loading…
Reference in New Issue
Block a user