Home | History | Annotate | Download | only in include
      1 #ifndef __RS_IADST_RSH__
      2 #define __RS_IADST_RSH__
      3 
      4 #if RS_VERSION > 19
      5 
      6 extern void rsIadst4(const rs_allocation input, rs_allocation output, int32_t xoff);
      7 
      8 extern void rsIadst8(const rs_allocation input, rs_allocation output, int32_t xoff);
      9 
     10 extern void rsIadst16(const rs_allocation input, rs_allocation output, int32_t xoff);
     11 
     12 #endif
     13 
     14 #endif