mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-08 21:28:38 +00:00
avcodec/x86/exrdsp : use ymm constant for pb_80
speed seems to be similar, but simplify code
This commit is contained in:
parent
cce33ed10f
commit
515555af6c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user