summaryrefslogtreecommitdiffstats
path: root/libass/x86/blur.asm
Commit message (Collapse)AuthorAgeFilesLines
* x86: asm adjustments for nasm compatibilityRodger Combs2017-09-051-26/+26
|
* Implement cascade gaussian blurDr.Smile2015-07-041-0/+1423
That's complete version with SSE2/AVX2 assembly. Should be much faster than old algorithm even in pure C. Algorithm description can be found in this article (PDF): https://github.com/MrSmile/CascadeBlur/releases Close #9