[idd] postprocess: centralize compute effect utilities

This commit is contained in:
Geoffrey McRae
2026-08-13 21:48:37 +10:00
parent af309de438
commit 8c21f61e91
7 changed files with 213 additions and 266 deletions

View File

@@ -30,9 +30,9 @@ class CDownsampleEffect : public CComputeEffect
private:
struct Rule
{
bool greater = false;
unsigned x = 0;
unsigned y = 0;
bool greater = false;
unsigned x = 0;
unsigned y = 0;
unsigned targetX = 0;
unsigned targetY = 0;
};