HomeSort by relevance Sort by last modified time
    Searched defs:max_rows (Results 1 - 5 of 5) 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/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

Completed in 463 milliseconds