Searched refs:comp_width (Results 1 – 1 of 1) sorted by relevance
239 JDIMENSION comp_width, comp_height; in do_drop() local247 comp_width = drop_width * compptr->h_samp_factor; in do_drop()261 dst_buffer[offset_y] + x_drop_blocks, comp_width); in do_drop()266 comp_width * sizeof(JBLOCK)); in do_drop()322 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height; in do_crop_ext_zero() local335 comp_width = MCU_cols * compptr->h_samp_factor; in do_crop_ext_zero()369 dst_buffer[offset_y] + x_crop_blocks, comp_width); in do_crop_ext_zero()370 if (compptr->width_in_blocks > x_crop_blocks + comp_width) { in do_crop_ext_zero()371 MEMZERO(dst_buffer[offset_y] + x_crop_blocks + comp_width, in do_crop_ext_zero()372 (compptr->width_in_blocks - x_crop_blocks - comp_width) * in do_crop_ext_zero()[all …]