- 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
WIP: VSE: replace Subsampled3x3 filter by a general Box filter
5dcc8e4c74
VSE: replace Subsampled3x3 filter by a general Box filter
b7cf71d567
VSE: add Cubic Mitchell filtering, rename previous cubic to Cubic BSpline
932b2d1727
Cleanup: simplify naming of get_default_hash
a6258d6b8b
Cleanup: rename BKE_pbvh_node_mark_normals_update
4dc345ab1e
Fix #117494: Crash when dropping collection
Fix compile time with MSVC (Release)
Ah sorry, ignore me, I read the MSDN docs wrong. Looks indeed like #pragma optimize("", on)
means "use defaults / command line".