summaryrefslogtreecommitdiffstats
path: root/libass/x86/utils.asm
Commit message (Collapse)AuthorAgeFilesLines
* x86: asm adjustments for nasm compatibilityRodger Combs2017-09-051-2/+1
|
* Implement cascade gaussian blurDr.Smile2015-07-041-0/+86
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