Lines Matching refs:BYTE
27 typedef unsigned char BYTE; typedef
67 BYTE *dptr; /* Current data read ptr */
68 BYTE *inbuf; /* Bit stream input buffer */
69 BYTE dmsk; /* Current bit in the current read byte */
70 BYTE scale; /* Output scaling ratio */
71 BYTE msx, msy; /* MCU size in unit of block (width, height) */
72 BYTE qtid[3]; /* Quantization table ID of each component */
76 BYTE *huffbits[2][2]; /* Huffman bit distribution tables [id][dcac] */
78 BYTE *huffdata[2][2]; /* Huffman decoded data tables [id][dcac] */
81 BYTE *mcubuf; /* Working buffer for the MCU */
84 UINT (*infunc)(JDEC *, BYTE *, UINT); /* Pointer to jpeg stream input function */
91 JRESULT jd_prepare (JDEC *, UINT(*)(JDEC *, BYTE *, UINT), void *, UINT, void *);
92 JRESULT jd_decomp (JDEC *, UINT(*)(JDEC *, void *, JRECT *), BYTE);