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

Lines Matching full:comp_height

264   JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
284 comp_height = MCU_rows * compptr->v_samp_factor;
292 if (y_crop_blocks + dst_blk_y < comp_height) {
296 comp_height - y_crop_blocks - dst_blk_y -
307 if (y_crop_blocks + dst_blk_y < comp_height) {
477 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y;
493 comp_height = MCU_rows * compptr->v_samp_factor;
510 if (y_crop_blocks + dst_blk_y < comp_height) {
513 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1];
548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
564 comp_height = MCU_rows * compptr->v_samp_factor;
572 if (y_crop_blocks + dst_blk_y < comp_height) {
576 comp_height - y_crop_blocks - dst_blk_y -
588 if (y_crop_blocks + dst_blk_y < comp_height) {
660 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
675 comp_height = MCU_rows * compptr->v_samp_factor;
701 if (y_crop_blocks + dst_blk_y < comp_height) {
705 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1];
722 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1];