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

  /external/libjpeg-turbo/
jdpostct.c 133 JDIMENSION num_rows, max_rows; local
137 max_rows = out_rows_avail - *out_row_ctr;
138 if (max_rows > post->strip_height)
139 max_rows = post->strip_height;
143 post->buffer, &num_rows, max_rows);
209 JDIMENSION num_rows, max_rows; local
220 max_rows = out_rows_avail - *out_row_ctr; /* available in output area */
221 if (num_rows > max_rows)
222 num_rows = max_rows;
224 max_rows = cinfo->output_height - post->starting_row
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdpostct.c 133 JDIMENSION num_rows, max_rows; local
137 max_rows = out_rows_avail - *out_row_ctr;
138 if (max_rows > post->strip_height)
139 max_rows = post->strip_height;
143 post->buffer, &num_rows, max_rows);
209 JDIMENSION num_rows, max_rows; local
220 max_rows = out_rows_avail - *out_row_ctr; /* available in output area */
221 if (num_rows > max_rows)
222 num_rows = max_rows;
224 max_rows = cinfo->output_height - post->starting_row
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.c 997 int row_width, max_rows; local
    [all...]
  /external/autotest/tko/
db.py 256 max_rows=None):
278 @param max_rows: unused.
298 if max_rows is not None and numRec > max_rows:
frontend.py 89 where=where, group_by=group_by, max_rows = MAX_RECORDS)
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 909 const int max_rows = local
    [all...]
  /external/opencv/cv/include/
cv.hpp 119 /* initializes work_type, buf_size and max_rows */
145 int top_rows, bottom_rows, max_rows; member in class:CvBaseImageFilter
  /external/opencv/cv/src/
cvfilter.cpp 119 max_rows = (buf_size/row_sz)*3 + max_ky*2 + 8;
178 assert( max_rows > max_ky*2 );
179 row_tab_sz = cvAlign( max_rows*sizeof(uchar*), ALIGN );
225 buf_max_count = MIN( buf_max_count, max_rows - max_ky*2 );
    [all...]
cvderiv.cpp 393 max_rows = (buf_size/row_sz)*3 + max_ky*2 + 8;
    [all...]

Completed in 130 milliseconds