summaryrefslogtreecommitdiffstats
path: root/renderscript/include/rs_iadst.rsh
blob: 32088148609262c8b3f074b1fd17dfb808d05994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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