HomeSort by relevance Sort by last modified time
    Searched refs:MAX (Results 251 - 275 of 508) sorted by null

<<11121314151617181920>>

  /external/opencv/ml/src/
mlboost.cpp 48 val = MAX( val, eps );
238 node->maxlr = MAX( L, R );
311 val = MAX(val, val2);
415 val = MAX(val, val2);
883 params.weak_count = MAX( params.weak_count, 1 );
884 params.weight_trim_rate = MAX( params.weight_trim_rate, 0. );
    [all...]
mlrtrees.cpp 353 maximal_response = (float)MAX( MAX( fabs(minval), fabs(maxval) ), 0 );
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 29 #define MAX(x,y) ((x)>(y)?(x):(y))
720 filesize = MAX(filesize, pWrite->iOffset+nByte64);
796 s = MAX(pWrite->iOffset + (sqlite3_int64)(pWrite->nByte), s);
884 p->lock.eAsyncLock = MAX(p->lock.eAsyncLock, eLock);
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 877 CV_CALL( cvCanny( img, edges, MAX(canny_threshold/2,1), canny_threshold, 3 ));
978 CV_CALL( sort_buf = (int*)cvAlloc( MAX(center_count,nz_count)*sizeof(sort_buf[0]) ));
989 min_dist = MAX( min_dist, dp );
    [all...]
cvfilter.cpp 99 int min_rows = max_ky*2 + 3, rows = MAX(min_rows,10), row_sz;
104 int max_depth = MAX(CV_MAT_DEPTH(src_type), CV_MAT_DEPTH(dst_type));
105 int max_cn = MAX(CV_MAT_CN(src_type), CV_MAT_CN(dst_type));
106 max_depth = MAX( max_depth, min_depth );
118 buf_size = MAX( buf_size, min_rows*row_sz );
142 max_width = _max_width; //MAX(_max_width,_ksize.width);
153 max_ky = MAX( anchor.y, ksize.height - anchor.y - 1 );
587 top_rows = MAX(top_rows - count, 0);
695 filter_type = MAX( CV_32F, CV_MAT_DEPTH(_kx->type) );
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 928 delta = (MAX(axes.width,axes.height)+(XY_ONE>>1))>>XY_SHIFT;
    [all...]
cxlogic.cpp 284 dy = MAX(dy,1);
451 dy = MAX(dy,1);
  /external/pixman/pixman/
pixman-region.c 889 top = MAX (r1y1, ybot);
905 top = MAX (r2y1, ybot);
975 MAX (r1y1, ybot), r1->y2))
994 MAX (r2y1, ybot), r2->y2))
    [all...]
pixman-glyph.c 386 dest->x1 = MAX (box1->x1, box2->x1);
387 dest->y1 = MAX (box1->y1, box2->y1);
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 130 %token MAX
847 | MAX '(' exp ',' exp ')'
850 &Operator::create<Operator::MAX>());
  /external/chromium_org/third_party/libjpeg_turbo/
jcmaster.c 118 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
120 cinfo->max_v_samp_factor = MAX(cinfo->max_v_samp_factor,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_denoiser.c 129 avg[c] = MAX(0, sig[c] - adj);
166 avg[c] = MAX(0, avg[c] - adj);
  /external/elfutils/0.153/src/
size.c 439 maxlen = MAX (maxlen,
596 totals_class = MAX (totals_class, gelf_getclass (elf));
strings.c 482 const size_t map_size_min = MAX (MAX (SIZE_MAX / 16, 2 * ps),
  /external/jpeg/
jcmaster.c 87 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
89 cinfo->max_v_samp_factor = MAX(cinfo->max_v_samp_factor,
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 335 return MAX(0.1, sum / (w * h));
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmaster.c 88 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
90 cinfo->max_v_samp_factor = MAX(cinfo->max_v_samp_factor,
  /external/ppp/pppd/
pppd.h 79 #define MAXWORDLEN 1024 /* max length of word in file (incl null) */
80 #define MAXARGS 1 /* max # args to a command */
81 #define MAXNAMELEN 256 /* max length of hostname or name for auth */
82 #define MAXSECRETLEN 256 /* max length of password or secret */
309 extern int maxfail; /* Max # of unsuccessful connection attempts */
313 extern int max_data_rate; /* max bytes/sec through charshunt */
328 3 - max(in,out) */
    [all...]
  /external/qemu/android/
hw-events.h 32 EV_TYPE(MAX,0x1f)
521 ABS_CODE(MAX, 0x3f)
  /external/qemu/distrib/jpeg-6b/
jcmaster.c 87 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
89 cinfo->max_v_samp_factor = MAX(cinfo->max_v_samp_factor,
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 476 #ifndef MAX
477 # define MAX(a,b) ((a) < (b) ? (b) : (a))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 344 #undef MAX
346 #define MAX(X,Y) ((X) > (Y) ? (X) : (Y))
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 334 MAX(Notification.PRIORITY_MAX),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 334 MAX(Notification.PRIORITY_MAX),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 334 MAX(Notification.PRIORITY_MAX),

Completed in 1266 milliseconds

<<11121314151617181920>>