HomeSort by relevance Sort by last modified time
    Searched full:start_row (Results 1 - 7 of 7) sorted by null

  /external/jpeg/
jmemmgr.c 513 * strips; that is, successive access start_row numbers differ by exactly
757 JDIMENSION start_row, JDIMENSION num_rows,
759 /* Access the part of a virtual sample array starting at start_row */
763 JDIMENSION end_row = start_row + num_rows;
772 if (start_row < ptr->cur_start_row ||
786 * start_row = 0, so the limiting case applies and we load from 0 anyway.
788 if (start_row > ptr->cur_start_row) {
789 ptr->cur_start_row = start_row;
810 if (ptr->first_undef_row < start_row) {
813 undef_row = start_row; /* but reader is allowed to read ahead *
    [all...]
jcdctmgr.c 175 * position start_row/start_col, and moving to the right for any additional
182 JDIMENSION start_row, JDIMENSION start_col,
193 sample_data += start_row; /* fold in the vertical offset once */
272 JDIMENSION start_row, JDIMENSION start_col,
283 sample_data += start_row; /* fold in the vertical offset once */
jpegint.h 108 JDIMENSION start_row, JDIMENSION start_col,
jpeglib.h     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 1957 unsigned long start_row, end_row, start_col, end_col, i, j, w, h; local
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 200 /* Selects row span of the input array: arr(start_row:delta_row:end_row,:)
203 int start_row, int end_row,
    [all...]

Completed in 715 milliseconds