Commit 515555af authored by Martin Vignali's avatar Martin Vignali

avcodec/x86/exrdsp : use ymm constant for pb_80

speed seems to be similar, but simplify code
parent cce33ed1
......@@ -73,11 +73,7 @@ REORDER_PIXELS
%macro PREDICTOR 0
cglobal predictor, 2,2,5, src, size
%if mmsize == 32
vbroadcasti128 m0, [pb_80]
%else
mova xm0, [pb_80]
%endif
mova m0, [pb_80]
mova xm1, [pb_15]
mova xm2, xm0
add srcq, sizeq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment