Home | History | Annotate | Download | only in jpeg

Lines Matching full:mcu

49  * the PostScript DCT filter can emit files with many more than 10 blocks/MCU.
55 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */
57 #define D_MAX_BLOCKS_IN_MCU 10 /* decompressor's limit on blocks per MCU */
136 * Any dummy blocks added to complete an MCU are not counted; therefore
164 int MCU_width; /* number of blocks per MCU, horizontally */
165 int MCU_height; /* number of blocks per MCU, vertically */
167 int MCU_sample_width; /* MCU width in samples, MCU_width*DCT_scaled_size */
168 int last_col_width; /* # of non-dummy blocks across in last MCU */
169 int last_row_height; /* # of non-dummy blocks down in last MCU */
332 * restart_interval, or in MCU rows by setting restart_in_rows
337 int restart_in_rows; /* if > 0, MCU rows per restart interval */
372 /* The coefficient controller receives data in units of MCU rows as defined
375 * "iMCU" (interleaved MCU) row.
387 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
389 int blocks_in_MCU; /* # of DCT blocks per MCU */
392 /* i'th block in an MCU */
590 * units of "iMCU" (interleaved MCU) rows. These are the same as MCU rows
609 JDIMENSION MCU_rows_in_scan; /* # of MCU rows in the image */
611 int blocks_in_MCU; /* # of DCT blocks per MCU */
614 /* i'th block in an MCU */
670 // The last MCU position and its dc value in this scan