Lines Matching full:strip
35 * for one-pass operation, a strip buffer is sufficient.
38 JSAMPARRAY buffer; /* strip buffer, or current strip of virtual */
41 JDIMENSION starting_row; /* row # of first row in current strip */
42 JDIMENSION next_row; /* index of next row to fill/empty in strip */
90 * allocate a strip buffer. Use the virtual-array buffer as workspace. in start_pass_dpost()
127 * Process some data in the one-pass (strip buffer) case.
172 /* Reposition virtual buffer if at start of strip. */ in post_process_prepass()
179 /* Upsample some data (up to a strip height's worth). */ in post_process_prepass()
194 /* Advance if we filled the strip. */ in post_process_prepass()
215 /* Reposition virtual buffer if at start of strip. */ in post_process_2pass()
223 num_rows = post->strip_height - post->next_row; /* available in strip */ in post_process_2pass()
238 /* Advance if we filled the strip. */ in post_process_2pass()
264 post->buffer = NULL; /* flag for no strip buffer */ in jinit_d_post_controller()
268 /* The buffer strip height is max_v_samp_factor, which is typically in jinit_d_post_controller()
275 /* We round up the number of rows to a multiple of the strip height. */ in jinit_d_post_controller()
287 /* One-pass color quantization: just make a strip buffer. */ in jinit_d_post_controller()