Searched refs:x_wipe_blocks (Results 1 – 1 of 1) sorted by relevance
576 JDIMENSION x_wipe_blocks, wipe_width; in do_wipe() local584 x_wipe_blocks = x_crop_offset * compptr->h_samp_factor; in do_wipe()594 MEMZERO(buffer[offset_y] + x_wipe_blocks, wipe_width * sizeof(JBLOCK)); in do_wipe()610 JDIMENSION x_wipe_blocks, wipe_width, wipe_right; in do_flatten() local618 x_wipe_blocks = x_crop_offset * compptr->h_samp_factor; in do_flatten()620 wipe_right = wipe_width + x_wipe_blocks; in do_flatten()629 MEMZERO(buffer[offset_y] + x_wipe_blocks, wipe_width * sizeof(JBLOCK)); in do_flatten()630 if (x_wipe_blocks > 0) { in do_flatten()631 dc_left_value = buffer[offset_y][x_wipe_blocks - 1][0]; in do_flatten()641 for (blk_x = x_wipe_blocks; blk_x < wipe_right; blk_x++) { in do_flatten()[all …]