summaryrefslogtreecommitdiff
path: root/libavcodec/x86/synth_filter.asm
Commit message (Collapse)AuthorAge
* avcodec/x86/synth_filter: Remove obsolete SSE functionAndreas Rheinhardt2022-06-22
| | | | | | | | | The only systems which benefit from synth_filter_sse are truely ancient 32bit x86s as all other systems use at least the SSE2 versions (this includes all x64 cpus (which is why this code is restricted to x86-32)). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/synth_filter: split off remaining code from dcadec filesJames Almer2016-01-25
Signed-off-by: James Almer <jamrial@gmail.com>