Home | History | Annotate | Download | only in jpeg

Lines Matching full:currow

402   JDIMENSION rowsperchunk, currow, i;
421 currow = 0;
422 while (currow < numrows) {
423 rowsperchunk = MIN(rowsperchunk, numrows - currow);
428 result[currow++] = workspace;
450 JDIMENSION rowsperchunk, currow, i;
469 currow = 0;
470 while (currow < numrows) {
471 rowsperchunk = MIN(rowsperchunk, numrows - currow);
476 result[currow++] = workspace;