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

  /external/chromium_org/third_party/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/jpeg/
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/core/src/fxcodec/libjpeg/
fpdfapi_jdpostct.c 134 JDIMENSION num_rows, max_rows; local
138 max_rows = out_rows_avail - *out_row_ctr;
139 if (max_rows > post->strip_height)
140 max_rows = post->strip_height;
144 post->buffer, &num_rows, max_rows);
210 JDIMENSION num_rows, max_rows; local
221 max_rows = out_rows_avail - *out_row_ctr; /* available in output area */
222 if (num_rows > max_rows)
223 num_rows = max_rows;
225 max_rows = cinfo->output_height - post->starting_row;
    [all...]
  /external/qemu/distrib/jpeg-6b/
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/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 375 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
436 if (max_rows && ++nr_rows >= max_rows)
474 if (max_rows && ++nr_rows >= max_rows)
478 if (max_rows && ++nr_rows >= max_rows)
503 if (max_rows && ++nr_rows >= max_rows)
  /external/chromium_org/ui/gfx/
text_elider.h 97 // Reformat |input| into |output| so that it fits into a |max_rows| by
107 size_t max_rows,
text_elider.cc 310 RectangleString(size_t max_rows, size_t max_cols,
312 : max_rows_(max_rows),
733 bool ElideRectangleString(const base::string16& input, size_t max_rows,
736 RectangleString rect(max_rows, max_cols, strict, output);
text_elider_unittest.cc 682 int max_rows; member in struct:gfx::TestData
756 cases[i].max_rows, cases[i].max_cols
765 int max_rows; member in struct:gfx::TestData
    [all...]
  /external/chromium_org/tools/perf/measurements/
loading_measurement_analyzer.py 77 if options.max_rows and self.num_rows_parsed == int(options.max_rows):
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
hist.h 111 void hists__output_recalc_col_len(struct hists *hists, int max_rows);
118 size_t hists__fprintf(struct hists *self, bool show_header, int max_rows,
hist.c 165 void hists__output_recalc_col_len(struct hists *hists, int max_rows)
173 while (next && row++ < max_rows) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter.c 649 const int max_rows = (mi_row + MI_BLOCK_SIZE > cm->mi_rows ? local
667 if (4 >= max_rows)
684 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows)
692 if (mi_32_row_offset + 2 >= max_rows)
713 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows)
722 if (mi_16_row_offset + 1 >= max_rows)
750 mi_8_row_offset >= max_rows)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 649 const int max_rows = (mi_row + MI_BLOCK_SIZE > cm->mi_rows ? local
666 if (4 >= max_rows)
683 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows)
691 if (mi_32_row_offset + 2 >= max_rows)
712 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows)
721 if (mi_16_row_offset + 1 >= max_rows)
749 mi_8_row_offset >= max_rows)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.c 649 const int max_rows = (mi_row + MI_BLOCK_SIZE > cm->mi_rows ? local
666 if (4 >= max_rows)
683 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows)
691 if (mi_32_row_offset + 2 >= max_rows)
712 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows)
721 if (mi_16_row_offset + 1 >= max_rows)
749 mi_8_row_offset >= max_rows)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 268 const int max_rows = 1000; local
269 const int buffer_size = max_rows + sizeof(function_f);
274 for (int i = 0; i < max_rows; ++i) {
  /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/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 344 CONTENT_EXPORT STDMETHODIMP get_selectedRows(long max_rows,
browser_accessibility_win.cc     [all...]
  /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 500 milliseconds