blob: 32088148609262c8b3f074b1fd17dfb808d05994 [file] [log] [blame]
Matthieu Delahaye197fc092014-01-28 16:06:57 -06001#ifndef __RS_IADST_RSH__
2#define __RS_IADST_RSH__
3
4#if RS_VERSION > 19
5
Jason Samsd22e2e22014-02-11 16:59:22 -08006extern void rsIadst4(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 rsIadst8(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 rsIadst16(const rs_allocation input, rs_allocation output, int32_t xoff);
Matthieu Delahaye197fc092014-01-28 16:06:57 -060011
12#endif
13
14#endif