Matthieu Delahaye | 197fc09 | 2014-01-28 16:06:57 -0600 | [diff] [blame] | 1 | #ifndef __RS_FADST_RSH__ |
| 2 | #define __RS_FADST_RSH__ |
| 3 | |
| 4 | #if RS_VERSION > 19 |
| 5 | |
Jason Sams | d22e2e2 | 2014-02-11 16:59:22 -0800 | [diff] [blame] | 6 | extern void rsFadst4(const rs_allocation input, rs_allocation output, int32_t xoff); |
Matthieu Delahaye | 197fc09 | 2014-01-28 16:06:57 -0600 | [diff] [blame] | 7 | |
Jason Sams | d22e2e2 | 2014-02-11 16:59:22 -0800 | [diff] [blame] | 8 | extern void rsFadst8(const rs_allocation input, rs_allocation output, int32_t xoff); |
Matthieu Delahaye | 197fc09 | 2014-01-28 16:06:57 -0600 | [diff] [blame] | 9 | |
Jason Sams | d22e2e2 | 2014-02-11 16:59:22 -0800 | [diff] [blame] | 10 | extern void rsFadst16(const rs_allocation input, rs_allocation output, int32_t xoff); |
Matthieu Delahaye | 197fc09 | 2014-01-28 16:06:57 -0600 | [diff] [blame] | 11 | |
| 12 | #endif |
| 13 | |
| 14 | #endif |