/external/libjpeg-turbo/ |
jdpostct.c | 132 JDIMENSION num_rows, max_rows; local 136 max_rows = out_rows_avail - *out_row_ctr; 137 if (max_rows > post->strip_height) 138 max_rows = post->strip_height; 142 post->buffer, &num_rows, max_rows); 208 JDIMENSION num_rows, max_rows; local 219 max_rows = out_rows_avail - *out_row_ctr; /* available in output area */ 220 if (num_rows > max_rows) 221 num_rows = max_rows; 223 max_rows = cinfo->output_height - post->starting_row [all...] |
/external/opencv3/3rdparty/libjpeg/ |
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...] |
/external/v8/test/cctest/ |
test-compiler.cc | 267 const int max_rows = 1000; local 268 const int buffer_size = max_rows + sizeof(function_f); 273 for (int i = 0; i < max_rows; ++i) {
|
/external/libvpx/libvpx/vp9/common/ |
vp9_loopfilter.c | 972 const int max_rows = (mi_row + MI_BLOCK_SIZE > cm->mi_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
|
/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...] |