/***************************************************** * Constants used within the Program * *****************************************************/ #ifndef DCT_MAIN_H #define IMAGE_LEN 256 #define IMAGE_SIZE (IMAGE_LEN*IMAGE_LEN) #define BLOCK_LEN 8 #define BLOCK_SIZE (BLOCK_LEN*BLOCK_LEN) #endif