- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
VSE: replace Subsampled3x3 filter by a general Box filter
VSE: replace Subsampled3x3 filter by a general Box filter
@Sergey though now that I think about it, I'm not quite sure that separable approach would even work here at all. This is not convolution, this is resampling. Each NxM block of source pixels…
VSE: replace Subsampled3x3 filter by a general Box filter
Having O(2) complexity could be good for the 3x3 size, but if we allow larger filter sizes we need to avoid it.
@Sergey I skipped on that so far since I thought that "hey, the upper count of…
c25412142d
VSE: replace Subsampled3x3 filter by a general Box filter
b5f3e40eb2
Tests: add sequencer filter render tests
93b28b54fc
Cleanup: Geometry Nodes: Use int instead of uint16_t
25f32a2191
Cleanup: Geometry Nodes: Unused function
f795d81a88
Cleanup: Use const for enum item variables and arguments
Tests: add sequencer filter render tests
Tests: add sequencer filter render tests
12ed5af5be
Tests: add sequencer filter render tests
93b28b54fc
Cleanup: Geometry Nodes: Use int instead of uint16_t
25f32a2191
Cleanup: Geometry Nodes: Unused function
f795d81a88
Cleanup: Use const for enum item variables and arguments
a3d915310b
Build: Fix some excessive Visual Studio compile times