Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:MCU_cols

70   JDIMENSION MCU_cols, comp_width, blk_x, blk_y;
82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
86 comp_width = MCU_cols * compptr->h_samp_factor;
239 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y;
249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
253 comp_width = MCU_cols * compptr->h_samp_factor;
367 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
374 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
379 comp_width = MCU_cols * compptr->h_samp_factor;
472 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
478 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
483 comp_width = MCU_cols * compptr->h_samp_factor;
683 JDIMENSION MCU_cols;
694 MCU_cols = dstinfo->image_width / (max_h_samp_factor * DCTSIZE);
695 if (MCU_cols > 0) /* can't trim to 0 pixels */
696 dstinfo->image_width = MCU_cols * (max_h_samp_factor * DCTSIZE);