summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/jpeg2000dsp_init.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: use the new helper macros where usefulJames Almer2016-02-141-1/+1
| | | | | Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>
* avcodec/jpeg200dsp: add ff_rct_int_{sse2,avx2}James Almer2015-06-131-0/+10
| | | | | Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>
* avcodec/jpeg200dsp: add ff_ict_float_{sse,avx}James Almer2015-06-131-0/+40
Original intrinsics version by Nicolas Bertrand. Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>