Matthieu Delahaye | 197fc09 | 2014-01-28 16:06:57 -0600 | [diff] [blame] | 1 | #ifndef __RS_WALSH_RSH__ |
2 | #define __RS_WALSH_RSH__ | ||||
3 | |||||
4 | #if RS_VERSION > 19 | ||||
5 | |||||
Jason Sams | d22e2e2 | 2014-02-11 16:59:22 -0800 | [diff] [blame] | 6 | extern void rsWalsh4x4(rs_allocation input, rs_allocation dest, int xoff, int yoff); |
7 | extern void rsWalsh4x4_1(rs_allocation input, rs_allocation dest, int xoff, int yoff); | ||||
Matthieu Delahaye | 197fc09 | 2014-01-28 16:06:57 -0600 | [diff] [blame] | 8 | |
9 | #endif | ||||
10 | |||||
11 | #endif |