x86/hevc_mc: remove an unnecessary pxor
Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Mickaël Raulet <mraulet@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fac292b8cd
commit
b1a44e6bf5
@ -551,8 +551,7 @@ cglobal hevc_put_hevc_pel_pixels%1_%2, 5, 5, 3, dst, dststride, src, srcstride,h
|
|||||||
LOOP_END dst, dststride, src, srcstride
|
LOOP_END dst, dststride, src, srcstride
|
||||||
RET
|
RET
|
||||||
|
|
||||||
cglobal hevc_put_hevc_uni_pel_pixels%1_%2, 5, 5, 3, dst, dststride, src, srcstride,height
|
cglobal hevc_put_hevc_uni_pel_pixels%1_%2, 5, 5, 2, dst, dststride, src, srcstride,height
|
||||||
pxor m2, m2
|
|
||||||
.loop
|
.loop
|
||||||
SIMPLE_LOAD %1, %2, srcq, m0
|
SIMPLE_LOAD %1, %2, srcq, m0
|
||||||
PEL_%2STORE%1 dstq, m0, m1
|
PEL_%2STORE%1 dstq, m0, m1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user