blob: 1dfe58fb47b8f15ce9c87cb2f3340c5c9934439a [file] [log] [blame]
#ifndef __RS_FADST_RSH__
#define __RS_FADST_RSH__
#if RS_VERSION > 19
extern void rsFadst4(const rs_allocation input, rs_allocation output, int32_t xoff);
extern void rsFadst8(const rs_allocation input, rs_allocation output, int32_t xoff);
extern void rsFadst16(const rs_allocation input, rs_allocation output, int32_t xoff);
#endif
#endif