summaryrefslogtreecommitdiffstats
path: root/include/dct.h
blob: 22d3c36c4864afa29031b1f0c70466cd6a0fccfb (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], int *output);