Lines Matching full:num_jobs
1450 OPJ_UINT32 num_jobs = (OPJ_UINT32)num_threads;
1453 if (rh < num_jobs) {
1454 num_jobs = rh;
1456 step_j = (rh / num_jobs);
1458 for (j = 0; j < num_jobs; j++) {
1477 if (j == (num_jobs - 1U)) { /* this will take care of the overflow */
1505 OPJ_UINT32 num_jobs = (OPJ_UINT32)num_threads;
1508 if (rw < num_jobs) {
1509 num_jobs = rw;
1511 step_j = (rw / num_jobs);
1513 for (j = 0; j < num_jobs; j++) {
1532 if (j == (num_jobs - 1U)) { /* this will take care of the overflow */