summaryrefslogtreecommitdiff
path: root/libavcodec/x86/jpeg2000dsp_init.c
Commit message (Collapse)AuthorAge
* x86/jpeg2000dsp: add ff_ict_float_{fma3,fma4}James Almer2017-11-20
| | | | | | | | | jpeg2000_ict_float_c: 2296.0 jpeg2000_ict_float_sse: 628.0 jpeg2000_ict_float_avx: 317.0 jpeg2000_ict_float_fma3: 262.0 Signed-off-by: James Almer <jamrial@gmail.com>
* x86: use the new helper macros where usefulJames Almer2016-02-14
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/jpeg200dsp: add ff_rct_int_{sse2,avx2}James Almer2015-06-13
| | | | | Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/jpeg200dsp: add ff_ict_float_{sse,avx}James Almer2015-06-13
Original intrinsics version by Nicolas Bertrand. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>