Searched refs:BYTE (Results 1 – 4 of 4) sorted by relevance
27 typedef unsigned char BYTE; typedef67 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 */[all …]
27 typedef unsigned char BYTE; typedef67 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 */[all …]
32 typedef unsigned char BYTE; typedef72 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 */[all …]