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

Lines Matching refs:comp_width

136   JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks;
153 comp_width = MCU_cols * compptr->h_samp_factor;
162 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
202 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y;
219 comp_width = MCU_cols * compptr->h_samp_factor;
235 if (x_crop_blocks + dst_blk_x < comp_width) {
238 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
396 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y;
412 comp_width = MCU_cols * compptr->h_samp_factor;
423 if (x_crop_blocks + dst_blk_x < comp_width) {
427 comp_width - x_crop_blocks - dst_blk_x -
439 if (x_crop_blocks + dst_blk_x < comp_width) {
548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
563 comp_width = MCU_cols * compptr->h_samp_factor;
593 if (x_crop_blocks + dst_blk_x < comp_width) {
595 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
623 if (x_crop_blocks + dst_blk_x < comp_width) {
626 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1];
660 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y;
674 comp_width = MCU_cols * compptr->h_samp_factor;
686 if (x_crop_blocks + dst_blk_x < comp_width) {
690 comp_width - x_crop_blocks - dst_blk_x -
702 if (x_crop_blocks + dst_blk_x < comp_width) {
732 if (x_crop_blocks + dst_blk_x < comp_width) {