blob: 8acab02283d61077fe81a4fe3f4eb09ae9d9af20 [file] [log] [blame]
/**
Pankaj Kukreja
github.com/proton0001
Indian Institute of Technology Hyderabad
*/
#ifndef _INTERPOLATION_H_
#define _INTERPOLATION_H_
#define HEIGHT 256
#define WIDTH 256
// 4x zoom
#define ZOOM 4
#endif /* _INTERPOLATION_H_ */