HomeSort by relevance Sort by last modified time
    Searched refs:rows_left (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jcapistd.c 80 JDIMENSION row_ctr, rows_left; local
103 rows_left = cinfo->image_height - cinfo->next_scanline;
104 if (num_lines > rows_left)
105 num_lines = rows_left;
jdmainct.c 273 int ci, i, rgroup, iMCUheight, rows_left; local
283 rows_left = (int) (compptr->downsampled_height % (JDIMENSION) iMCUheight);
284 if (rows_left == 0) rows_left = iMCUheight;
289 main->rowgroups_avail = (JDIMENSION) ((rows_left-1) / rgroup + 1);
296 xbuf[rows_left + i] = xbuf[rows_left-1];

Completed in 424 milliseconds