Lines Matching refs:strip_height
39 JDIMENSION strip_height; /* buffer size in rows */ member
95 (JDIMENSION)0, post->strip_height, TRUE); in start_pass_dpost()
143 if (max_rows > post->strip_height) in post_process_1pass()
144 max_rows = post->strip_height; in post_process_1pass()
176 post->starting_row, post->strip_height, TRUE); in post_process_prepass()
183 &post->next_row, post->strip_height); in post_process_prepass()
195 if (post->next_row >= post->strip_height) { in post_process_prepass()
196 post->starting_row += post->strip_height; in post_process_prepass()
219 post->starting_row, post->strip_height, FALSE); in post_process_2pass()
223 num_rows = post->strip_height - post->next_row; /* available in strip */ in post_process_2pass()
240 if (post->next_row >= post->strip_height) { in post_process_2pass()
241 post->starting_row += post->strip_height; in post_process_2pass()
272 post->strip_height = (JDIMENSION)cinfo->max_v_samp_factor; in jinit_d_post_controller()
281 (long)post->strip_height), in jinit_d_post_controller()
282 post->strip_height); in jinit_d_post_controller()
291 post->strip_height); in jinit_d_post_controller()