Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:max_j

1338     OPJ_UINT32 max_j;
1348 for (j = job->min_j; j < job->max_j; j++) {
1362 OPJ_UINT32 max_j;
1372 for (j = job->min_j; j + PARALLEL_COLS_53 <= job->max_j;
1377 if (j < job->max_j)
1379 (OPJ_INT32)(job->max_j - j));
1476 job->max_j = (j + 1U) * step_j; /* this can overflow */
1478 job->max_j = rh;
1531 job->max_j = (j + 1U) * step_j; /* this can overflow */
1533 job->max_j = rw;