blob: 1d7a7197908d2d5489cf4fdfe3edc715e7c4b3c2 [file] [log] [blame]
#pragma rs java_package_name(com.android.rs.image)
#define MAX_RADIUS 25
typedef struct FilterStruct_s {
rs_allocation ain;
float *gaussian; //[MAX_RADIUS * 2 + 1];
int height;
int width;
int radius;
} FilterStruct;