blob: 1dfe58fb47b8f15ce9c87cb2f3340c5c9934439a [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
Jason Samsd22e2e22014-02-11 16:59:22 -08006extern void rsFadst4(const rs_allocation input, rs_allocation output, int32_t xoff);
Matthieu Delahaye197fc092014-01-28 16:06:57 -06007
Jason Samsd22e2e22014-02-11 16:59:22 -08008extern void rsFadst8(const rs_allocation input, rs_allocation output, int32_t xoff);
Matthieu Delahaye197fc092014-01-28 16:06:57 -06009
Jason Samsd22e2e22014-02-11 16:59:22 -080010extern void rsFadst16(const rs_allocation input, rs_allocation output, int32_t xoff);
Matthieu Delahaye197fc092014-01-28 16:06:57 -060011
12#endif
13
14#endif