4 * Part of the Independent JPEG Group's software.
5 * See the file Copyright for more details.
8 * $Id: proto.h,v 1.1 2003/10/21 12:08:54 jpr Exp $
23 void HuffDecoderInit P((DecompressInfo *dcPtr ));
24 void DecodeImage P((DecompressInfo *dcPtr, unsigned short **image, int depth));
25 void FixHuffTbl (HuffmanTable *htbl);
28 int ReadJpegData P((Uchar *buffer , int numBytes));
31 void ReadFileHeader P((DecompressInfo *dcPtr ));
32 int ReadScanHeader P((DecompressInfo *dcPtr ));
34 void UnGetJpegChar(int ch);
37 int JroundUp P((int a , int b ));
38 void DecoderStructInit P((DecompressInfo *dcPtr ));
41 void InitMcuTable P((int numMCU , int blocksInMCU ));
42 void PrintMCU P((int blocksInMCU , MCU mcu ));