summaryrefslogtreecommitdiff
path: root/libavfilter/x86/vf_interlace.asm
Commit message (Collapse)AuthorAge
* vf_interlace: get rid of useless loadsKieran Kunhya2014-11-27
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vf_interlace: x86: improve asm performanceMichael Niedermayer2014-11-25
| | | | 4775 decicycles -> 3688 decicycles
* vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-15
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>