- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
20b2d709ab
VSE: speedup Alpha Over blend with SIMD
06370b5fd6
VSE: make Wipe effect 6x-20x faster
fc64f48682
VSE: make Glow effect 6x-10x faster
9cbc96194e
VSE: make Gamma Cross effect 4x faster
1e50987d94
LibOverride: Refactor some part of hierarchy handling code.
VSE: make Wipe effect 6x-20x faster
VSE: make Wipe effect 6x-20x faster
Just wanted to comment, that reading the code does hurt a little bit. So thanks for enduring that :)
Hah yeah in wipe code specifically there's a lot of float temp1, temp2, temp3, temp4
…
VSE: make Glow effect 6x-10x faster
VSE: make Gamma Cross effect 4x faster
VSE: make Gamma Cross effect 4x faster
I have hard time imagining the original code was faster even in 2005
Around 2005 it was seemingly re-added from some other place. If it was written in 1999 or so, back when doing a square…
VSE: make Glow effect 6x-10x faster
This code looks very like
Blur Attribute
node (just with specific an neighbor set providing function).
Hmm not sure I see immediate similarity. From what I can tell, Blur Attribute node…
WIP: VSE: make Wipe effect 10x-20x faster
33e73ad398
VSE: speedup Wipe Clock by simplifying math
a7c815d5e7
VSE: speedup Wipe effect by multithreading