blob: 403f5a0a5e9e284929e246dcde5240bf62e0c867 [file] [log] [blame]
/**
Pankaj Kukreja
github.com/proton0001
Indian Institute of Technology Hyderabad
*/
#ifndef _BOX_BLUR_H
#define _BOX_BLUR_H
#define HEIGHT 1024
#define WIDTH 1024
#define BOX_SIZE 9
#endif /* _BOX_BLUR_H */