blob: af242323200ab4633a36e7c11f6abfbb3228f070 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
|