blob: 32088148609262c8b3f074b1fd17dfb808d05994 [file] [log] [blame]
#ifndef __RS_IADST_RSH__
#define __RS_IADST_RSH__
#if RS_VERSION > 19
extern void rsIadst4(const rs_allocation input, rs_allocation output, int32_t xoff);
extern void rsIadst8(const rs_allocation input, rs_allocation output, int32_t xoff);
extern void rsIadst16(const rs_allocation input, rs_allocation output, int32_t xoff);
#endif
#endif