#ifndef _QUANTIZE_H #define _QUANTIZE_H extern void Quantize(pel_t **Q[],pel_t **A[],int stepsize,int format,int comp, int gquant[],int *mquant[],int mode,int threshold); extern void DeQuantize(pel_t **A[],pel_t **Q[],int format,int comp, int gquant[],int *mquant[],int mode); #endif /* QUANTIZE_H */