summaryrefslogtreecommitdiffstats
path: root/include/dct.h
blob: 3418eac943a5430a4ff18a4e113fef023d59baf9 (plain)
1
2
3
4
5
typedef int DCTELEM;		/* 16 or 32 bits is fine */


void jpeg_fdct_ifast (DCTELEM * data);
void IDCT(const int input[64], unsigned char *output);