Lines Matching full:blocks
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 */
71 typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of coefficient blocks */
72 typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of coefficient blocks */
73 typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of coefficient blocks */
135 /* Component's size in DCT blocks.
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 */
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 */
389 int blocks_in_MCU; /* # of DCT blocks per MCU */
611 int blocks_in_MCU; /* # of DCT blocks per MCU */