typedef int DCTELEM; /* 16 or 32 bits is fine */ void jpeg_fdct_ifast (DCTELEM * data); void IDCT(const int input[64], unsigned char *output);