Searched refs:step_j (Results 1 – 1 of 1) sorted by relevance
1451 OPJ_UINT32 step_j; in opj_dwt_decode_tile() local1456 step_j = (rh / num_jobs); in opj_dwt_decode_tile()1475 job->min_j = j * step_j; in opj_dwt_decode_tile()1476 job->max_j = (j + 1U) * step_j; /* this can overflow */ in opj_dwt_decode_tile()1506 OPJ_UINT32 step_j; in opj_dwt_decode_tile() local1511 step_j = (rw / num_jobs); in opj_dwt_decode_tile()1530 job->min_j = j * step_j; in opj_dwt_decode_tile()1531 job->max_j = (j + 1U) * step_j; /* this can overflow */ in opj_dwt_decode_tile()