summaryrefslogtreecommitdiff
path: root/libavcodec/x86/aacpsdsp_init.c
Commit message (Collapse)AuthorAge
* x86/aacpsdsp: add ps_hybrid_analysis_fma3James Almer2022-09-22
| | | | | | This replace the sse3 version, which was not really faster than the sse one. Signed-off-by: James Almer <jamrial@gmail.com>
* lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-28
|
* x86/aacpsdsp: add ff_ps_hybrid_analysis_ileave_sseJames Almer2017-06-18
| | | | About 2x faster than the c version.
* x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4}James Almer2017-06-18
| | | | About 2x faster than the c version.
* x86/aacps: add ff_ps_stereo_interpolate_ipdopd_sse3()James Almer2017-06-02
| | | | | | About 2x faster than the c version. Signed-off-by: James Almer <jamrial@gmail.com>
* x86/aacpsdsp: add SSE and SSE3 optimized functionsJames Almer2015-07-30
Between 1.5 and 2.5 times faster Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>