Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:comp_height

265   JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
285 comp_height = MCU_rows * compptr->v_samp_factor;
293 if (y_crop_blocks + dst_blk_y < comp_height) {
297 comp_height - y_crop_blocks - dst_blk_y -
308 if (y_crop_blocks + dst_blk_y < comp_height) {
478 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
494 comp_height = MCU_rows * compptr->v_samp_factor;
511 if (y_crop_blocks + dst_blk_y < comp_height) {
514 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1];
549 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
565 comp_height = MCU_rows * compptr->v_samp_factor;
573 if (y_crop_blocks + dst_blk_y < comp_height) {
577 comp_height - y_crop_blocks - dst_blk_y -
589 if (y_crop_blocks + dst_blk_y < comp_height) {
661 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
676 comp_height = MCU_rows * compptr->v_samp_factor;
702 if (y_crop_blocks + dst_blk_y < comp_height) {
706 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1];
723 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1];