diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-05-08 17:22:58 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-05-08 17:22:58 +0300 |
| commit | 4e2b291a4acdc2cbd39f005c88bda363bc06bd34 (patch) | |
| tree | e90048d5973ad1164b109d575cf577af7daf50be /subprojects/pixpat/pixpat-native/src/io.h | |
| parent | 8f94b39040e79eccd9312ed1e467fe8ebfab8860 (diff) | |
| parent | e0b7d30fd437292c88141fb08d60681870b86c6e (diff) | |
Merge commit 'e0b7d30fd437292c88141fb08d60681870b86c6e' as 'subprojects/pixpat'
Diffstat (limited to 'subprojects/pixpat/pixpat-native/src/io.h')
| -rw-r--r-- | subprojects/pixpat/pixpat-native/src/io.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/subprojects/pixpat/pixpat-native/src/io.h b/subprojects/pixpat/pixpat-native/src/io.h new file mode 100644 index 0000000..af24232 --- /dev/null +++ b/subprojects/pixpat/pixpat-native/src/io.h @@ -0,0 +1,13 @@ +#pragma once + +// Aggregator: every Source / Sink template lives in one of the +// per-iteration-shape headers under io/. Encode/decode helpers and +// load_word/store_word are in io/detail.h, used by all the others. + +#include "io/detail.h" +#include "io/packed.h" +#include "io/semiplanar.h" +#include "io/planar.h" +#include "io/packed_yuv.h" +#include "io/gray.h" +#include "io/bayer.h" |
