Searched refs:step_j (Results 1 – 1 of 1) sorted by relevance
1449 OPJ_UINT32 step_j; in opj_dwt_decode_tile() local1454 step_j = (rh / num_jobs); in opj_dwt_decode_tile()1473 job->min_j = j * step_j; in opj_dwt_decode_tile()1474 job->max_j = (j + 1U) * step_j; /* this can overflow */ in opj_dwt_decode_tile()1504 OPJ_UINT32 step_j; in opj_dwt_decode_tile() local1509 step_j = (rw / num_jobs); in opj_dwt_decode_tile()1528 job->min_j = j * step_j; in opj_dwt_decode_tile()1529 job->max_j = (j + 1U) * step_j; /* this can overflow */ in opj_dwt_decode_tile()