Home
last modified time | relevance | path

Searched refs:this_row_group (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Djcprepct.c68 int this_row_group; /* starting row index of group to process */ member
96 prep->this_row_group = 0; in start_pass_prep()
244 (JDIMENSION)prep->this_row_group, in pre_process_context()
248 prep->this_row_group += cinfo->max_v_samp_factor; in pre_process_context()
249 if (prep->this_row_group >= buf_height) in pre_process_context()
250 prep->this_row_group = 0; in pre_process_context()