Home | History | Annotate | Download | only in jpeg

Lines Matching full:strip_height

36   JDIMENSION strip_height;	/* buffer size in rows */
89 (JDIMENSION) 0, post->strip_height, TRUE);
138 if (max_rows > post->strip_height)
139 max_rows = post->strip_height;
171 post->starting_row, post->strip_height, TRUE);
178 post->buffer, &post->next_row, post->strip_height);
190 if (post->next_row >= post->strip_height) {
191 post->starting_row += post->strip_height;
215 post->starting_row, post->strip_height, FALSE);
219 num_rows = post->strip_height - post->next_row; /* available in strip */
236 if (post->next_row >= post->strip_height) {
237 post->starting_row += post->strip_height;
268 post->strip_height = (JDIMENSION) cinfo->max_v_samp_factor;
277 (long) post->strip_height),
278 post->strip_height);
287 post->strip_height);