summaryrefslogtreecommitdiff
path: root/libavfilter/x86/vf_w3fdif.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: replace explicit REP_RETs with RETsLynne2023-02-011-5/+5
* x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_highHendrik Leppkes2016-01-081-2/+33
* x86/vf_w3fdif: use aligned loads in w3fdif_complex_highJames Almer2015-10-271-4/+2
* x86/vf_w3fdif: use aligned loads in w3fdif_simple_highJames Almer2015-10-111-4/+2
* x86/vf_w3fdif: simplify w3fdif_simple_highJames Almer2015-10-111-9/+7
* x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_lowJames Almer2015-10-111-4/+4
* avfilter/x86/vf_w3fdif: add colons after labelsPaul B Mahol2015-10-101-5/+5
* avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol2015-10-101-0/+234