Searched refs:strip_height (Results 1 – 2 of 2) sorted by relevance
39 JDIMENSION strip_height; /* buffer size in rows */ member95 (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()[all …]
670 uint32 strip_height; in PixarLogSetupDecode() local680 strip_height = td->td_rowsperstrip; in PixarLogSetupDecode()681 if( strip_height > td->td_imagelength ) in PixarLogSetupDecode()682 strip_height = td->td_imagelength; in PixarLogSetupDecode()693 strip_height), sizeof(uint16)); in PixarLogSetupDecode()