Home
last modified time | relevance | path

Searched refs:BYTE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/esp_rom/include/esp32/rom/
Dtjpgd.h27 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 */
[all …]
/hal_espressif-3.7.0/components/esp_rom/include/esp32c3/rom/
Dtjpgd.h27 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 */
[all …]
/hal_espressif-3.7.0/components/esp_rom/include/esp32c6/rom/
Dtjpgd.h32 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 */
[all …]
/hal_espressif-3.7.0/components/esp_rom/include/esp32s3/rom/
Dtjpgd.h27 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 */
[all …]