blob: 6dc0170f63ae04b5edb5ccedf57a2aa4e1448424 [file] [log] [blame]
Matthieu Delahaye197fc092014-01-28 16:06:57 -06001#ifndef __RS_FADST_RSH__
2#define __RS_FADST_RSH__
3
4#if RS_VERSION > 19
5
6extern void fadst4(const rs_allocation input, rs_allocation output, int32_t xoff);
7
8extern void fadst8(const rs_allocation input, rs_allocation output, int32_t xoff);
9
10extern void fadst16(const rs_allocation input, rs_allocation output, int32_t xoff);
11
12#endif
13
14#endif