Lines Matching refs:BYTE
32 typedef unsigned char BYTE; typedef
72 BYTE *dptr; /* Current data read ptr */
73 BYTE *inbuf; /* Bit stream input buffer */
74 BYTE dmsk; /* Current bit in the current read byte */
75 BYTE scale; /* Output scaling ratio */
76 BYTE msx, msy; /* MCU size in unit of block (width, height) */
77 BYTE qtid[3]; /* Quantization table ID of each component */
81 BYTE *huffbits[2][2]; /* Huffman bit distribution tables [id][dcac] */
83 BYTE *huffdata[2][2]; /* Huffman decoded data tables [id][dcac] */
86 BYTE *mcubuf; /* Working buffer for the MCU */
89 UINT (*infunc)(JDEC *, BYTE *, UINT); /* Pointer to jpeg stream input function */
96 JRESULT jd_prepare (JDEC *, UINT(*)(JDEC *, BYTE *, UINT), void *, UINT, void *);
97 JRESULT jd_decomp (JDEC *, UINT(*)(JDEC *, void *, JRECT *), BYTE);