[host] d12: added downsampler

This commit is contained in:
Geoffrey McRae
2024-02-28 20:21:47 +11:00
parent 97d91a32c8
commit 4463ca15f6
6 changed files with 548 additions and 9 deletions

View File

@@ -22,9 +22,11 @@
extern const D12Effect D12Effect_HDR16to10;
extern const D12Effect D12Effect_RGB24;
extern const D12Effect D12Effect_Downsample;
static const D12Effect * D12Effects[] =
{
&D12Effect_Downsample,
&D12Effect_HDR16to10,
&D12Effect_RGB24, // this MUST be last