summaryrefslogtreecommitdiffstats
path: root/libass/x86/blur.asm
Commit message (Collapse)AuthorAgeFilesLines
* Simplify blur algorithmDr.Smile2020-10-091-644/+215
| | | | | This commit removes prefilters altogether at the cost of enlarged main filter kernel.
* 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