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

<<11121314151617181920

  /external/libexif/libexif/
exif-loader.c 276 if (!memcmp (eld->b + i + 3, ExifHeader, MIN((ssize_t)(sizeof(ExifHeader)), MAX(0, ((ssize_t)(sizeof(eld->b))) - ((ssize_t)i) - 3)))) {
  /external/libusb/libusb/
libusbi.h 104 #define MAX(a, b) ((a) > (b) ? (a) : (b))
  /external/mesa3d/src/mesa/program/
program_lexer.l 214 MAX{sz}{cc}{sat} { return_opcode( 1, BIN_OP, MAX, 3); }
  /external/opencv/cv/src/
cvdominants.cpp 271 max_cos_alpha = MAX( max_cos_alpha, cosalpha );
cvcalibration.cpp 109 criteria.max_iter = MIN(MAX(criteria.max_iter,1),1000);
113 criteria.epsilon = MAX(criteria.epsilon, 0);
171 lambdaLg10 = MAX(lambdaLg10-1, -16);
237 lambdaLg10 = MAX(lambdaLg10-1, -16);
652 rx = theta*sqrt(MAX(t,0.));
654 ry = theta*sqrt(MAX(t,0.))*(R[1] < 0 ? -1. : 1.);
656 rz = theta*sqrt(MAX(t,0.))*(R[2] < 0 ? -1. : 1.);
800 count = MAX(objectPoints->rows, objectPoints->cols);
    [all...]
cvlkpyramid.cpp 60 min_pt->x = MAX( 0, -ipt.x );
61 min_pt->y = MAX( 0, -ipt.y );
511 minJ.x = MAX( minJ.x, minI.x );
512 minJ.y = MAX( minJ.y, minI.y );
    [all...]
cvsmooth.cpp 692 p = src + src_step * MAX( 0, i-r-1 );
757 histogram_sub( &h_fine[16*(n*(16*c+k)+MAX(luc[c][k]-2*r-1,0))], H[c].fine[k] );
762 histogram_sub( &h_coarse[16*(n*c+MAX(j-r,0))], H[c].coarse );
    [all...]
cvhaar.cpp 224 max_count = MAX( max_count, stage_classifier->count );
    [all...]
cvderiv.cpp 383 int min_rows = max_ky*2 + 3, rows = MAX(min_rows,10), row_sz;
392 buf_size = MAX( buf_size, min_rows*row_sz );
408 int _ksize = MAX( _ksize0, 3 );
    [all...]
  /external/opencv/cxcore/src/
cxsumpixels.cpp     [all...]
cxutils.cpp 702 double dmin = MIN( a, b ), dmax = MAX( a, b );
742 norm = MAX(norm,v);
775 norm = MAX(norm,v);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.c 345 * size of more than max(1, maxDecFrameBuffering) */
347 MAX(1, pSeqParamSet->vuiParameters->maxDecFrameBuffering);
  /frameworks/base/tools/aapt/
Images.cpp 481 image->outlineAlpha = max(max_alpha_over_row(image->rows[innerMidY], innerStartX, innerEndX),
894 #define MAX(a,b) ((a)>(b)?(a):(b))
931 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
932 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
933 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
935 NOISY(printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n",
994 NOISY(printf("Max gray deviation = %d, tolerance = %d\n", maxGrayDeviation, grayscaleTolerance));
    [all...]
  /frameworks/compile/mclinker/lib/Script/
BinaryOp.cpp 216 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule,
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c     [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 202 setShellStyle(shellStyle | SWT.MAX | SWT.RESIZE);
  /external/chromium_org/third_party/skia/src/core/
SkStream.cpp 174 const size_t MAX = sizeof(scratch);
178 if (n > MAX) {
179 n = MAX;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 321 #ifndef MAX
322 # define MAX(a,b) ( ((a) > (b)) ? (a) : (b))
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 132 m_width = m_datawindow.max.x - m_datawindow.min.x + 1;
133 m_height = m_datawindow.max.y - m_datawindow.min.y + 1;
309 m_file->readPixels( m_datawindow.min.y, m_datawindow.max.y );
327 for( y = m_datawindow.min.y; y <= m_datawindow.max.y; y++ )
516 ((uint *)data)[y * step + x * 3] = (uint)MAX(t,0);
518 ((uint *)data)[y * step + x * 3 + 1] = (uint)MAX(t,0);
520 ((uint *)data)[y * step + x * 3 + 2] = (uint)MAX(t,0);
  /external/skia/src/core/
SkStream.cpp 174 const size_t MAX = sizeof(scratch);
178 if (n > MAX) {
179 n = MAX;
  /external/eigen/blas/testing/
dblat3.f 82 INTRINSIC MAX, MIN
200 AB( I, J ) = MAX( I - J + 1, 0 )
401 INTRINSIC MAX
582 ERRMAX = MAX( ERRMAX, ERR )
682 INTRINSIC MAX
854 ERRMAX = MAX( ERRMAX, ERR )
    [all...]
sblat3.f 82 INTRINSIC MAX, MIN
200 AB( I, J ) = MAX( I - J + 1, 0 )
401 INTRINSIC MAX
582 ERRMAX = MAX( ERRMAX, ERR )
682 INTRINSIC MAX
854 ERRMAX = MAX( ERRMAX, ERR )
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 332 return MAX(0.1, sum / (w * h));
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-tag.cc     [all...]

Completed in 4335 milliseconds

<<11121314151617181920