blob: 6f7445d3ddb3e97049b47497ab75a45b95895f50 [file] [log] [blame]
Matthieu Delahaye197fc092014-01-28 16:06:57 -06001#ifndef __RS_WALSH_RSH__
2#define __RS_WALSH_RSH__
3
4#if RS_VERSION > 19
5
Jason Samsd22e2e22014-02-11 16:59:22 -08006extern void rsWalsh4x4(rs_allocation input, rs_allocation dest, int xoff, int yoff);
7extern void rsWalsh4x4_1(rs_allocation input, rs_allocation dest, int xoff, int yoff);
Matthieu Delahaye197fc092014-01-28 16:06:57 -06008
9#endif
10
11#endif