HomeSort by relevance Sort by last modified time
    Searched refs:MAX (Results 176 - 200 of 494) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/opencv/
cvjni.cpp 514 int startX = MAX(face->x - PAD_FACE_AREA, 0);
515 int startY = MAX(face->y - PAD_FACE_AREA, 0);
598 m_smallestFaceSize.width = MAX(face->width - PAD_FACE_SIZE, MIN_SIZE_WIDTH);
599 m_smallestFaceSize.height = MAX(face->height - PAD_FACE_SIZE, MIN_SIZE_HEIGHT);
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 13 enum FPDF_TYPE { MAX, MIN };
175 if (type == MAX)
197 rcRet.top = GetMinMaxValue(*pRectArray, MAX, TOP);
198 rcRet.right = GetMinMaxValue(*pRectArray, MAX, RIGHT);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c 316 * MAX(picWidthInMbs, 10) macroblocks and start marking from there */
327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10))
h264bsd_slice_group_map.c 342 leftBound = MAX(leftBound - 1, 0);
356 topBound = MAX(topBound - 1, 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_picklpf.c 74 const int filt_low = MAX(filt_mid - filter_step, min_filter_level);
vp9_encodemv.c 156 // Assuming max number of probabilities <= 32
220 unsigned int maxv = MAX(abs(mv->row), abs(mv->col)) >> 3;
221 cpi->max_mv_magnitude = MAX(maxv, cpi->max_mv_magnitude);
vp9_ratectrl.c 41 // Tables relating active max Q to active min Q
167 const int min_frame_target = MAX(rc->min_frame_bandwidth,
510 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
586 // Special case when we are targeting the max allowed rate
622 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
752 // Special case when we are targeting the max allowed rate
804 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
    [all...]
  /packages/apps/Gallery2/jni/filters/
edge.c 91 mag = MIN(MAX(c_min, mag), c_max);
  /external/opencv/cvaux/src/
cvscanlines.cpp 199 lens[index] = MAX( dx, dy );
242 lens[curr_len++] = MAX( dx, dy );
1143 prewarp_height = cvRound( MAX(a, b) );
    [all...]
cvclique.cpp 413 finder->best_score = MAX(finder->best_score, k );
416 finder->best_weight = MAX( finder->best_weight, finder->cur_weight[k] );
635 best_score = MAX(best_score, k );
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
nacl_io_demo.c 315 int nfds = MAX(fd1, fd2);
316 nfds = MAX(nfds, fd3);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c 156 // Assuming max number of probabilities <= 32
220 unsigned int maxv = MAX(abs(mv->row), abs(mv->col)) >> 3;
221 cpi->max_mv_magnitude = MAX(maxv, cpi->max_mv_magnitude);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/
scanner.c 11 #ifndef MAX
12 #define MAX(a,b) (((a)>(b))?(a):(b))
564 yylval.extop.maxsize = MAX(yylval.extop.minsize,atoi(strchr((char *)s->tok, ',')+1));
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.c 11 #ifndef MAX
12 #define MAX(a,b) (((a)>(b))?(a):(b))
564 yylval.extop.maxsize = MAX(yylval.extop.minsize,atoi(strchr((char *)s->tok, ',')+1));
  /external/giflib/
gifalloc.c 13 #define MAX(x, y) (((x) > (y)) ? (x) : (y))
127 ColorUnion = GifMakeMapObject(MAX(ColorIn1->ColorCount,
  /external/harfbuzz_ng/util/
options.hh 73 #undef MAX
74 template <typename Type> static inline Type MAX (const Type &a, const Type &b) { return a > b ? a : b; }
  /external/jpeg/
jdinput.c 69 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
71 cinfo->max_v_samp_factor = MAX(cinfo->max_v_samp_factor,
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 156 // Assuming max number of probabilities <= 32
220 unsigned int maxv = MAX(abs(mv->row), abs(mv->col)) >> 3;
221 cpi->max_mv_magnitude = MAX(maxv, cpi->max_mv_magnitude);
vp9_ratectrl.c 38 // Tables relating active max Q to active min Q
114 const int min_frame_target = MAX(rc->min_frame_bandwidth,
504 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
580 // Special case when we are targeting the max allowed rate
616 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
746 // Special case when we are targeting the max allowed rate
798 active_best_quality = MAX(qindex + delta_qindex, rc->best_quality);
    [all...]
  /external/opencv/cv/src/
cvposit.cpp 175 diff = MAX( diff, (float) fabs( imgVectors[i] - old ));
180 diff = MAX( diff, (float) fabs( imgVectors[N + i] - old ));
cvstereogc.cpp 86 // truncTab[x+255] = MAX(x-255,0)
98 icvTruncTab[i] = (uchar)MIN(MAX(i-255,0),255);
125 int i, newNOrphans = MAX(norphans*3/2, 256);
411 // max(
412 // max(minJ(x') - I(x), 0),
413 // max(I(x) - maxJ(x'), 0)),
414 // max(
415 // max(minI(x) - J(x'), 0),
416 // max(J(x') - maxI(x), 0)))**2) ==
419 // max(minJ(x') - I(x), 0)
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdinput.c 68 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
70 cinfo->max_v_samp_factor = MAX(cinfo->max_v_samp_factor,
  /external/pixman/test/
alphamap.c 210 for (j = MAX (doff, 0); j < MIN (HEIGHT, HEIGHT + doff); ++j)
212 for (k = MAX (doff, 0); k < MIN (WIDTH, WIDTH + doff); ++k)
  /external/qemu/distrib/jpeg-6b/
jdinput.c 69 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
71 cinfo->max_v_samp_factor = MAX(cinfo->max_v_samp_factor,
  /external/elfutils/0.153/libcpu/
i386_parse.y 937 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1);
938 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2);
939 maxoff[i][2] = MAX (maxoff[i][2], runp->operands[i].off3);
1230 MAX (0, instr->operands[i].off1 - minoff[i][0]));
1234 MAX (0, instr->operands[i].off2 - minoff[i][1]));
1238 MAX (0, instr->operands[i].off3 - minoff[i][2]));
1356 mnemonic_maxlen = MAX (mnemonic_maxlen, strlen ((char *) cp));
    [all...]

Completed in 1228 milliseconds

1 2 3 4 5 6 78 91011>>