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

1 2 34 5 6 7 8 91011>>

  /external/libhevc/common/
ihevc_macros.h 40 #define CLIP3(x, min, max) (((x) > max) ? max :(((x) < min)? min:(x)))
42 #define MAX(x,y) (((x) > (y)) ? (x) :(y))
  /external/libvpx/libvpx/vp9/common/
vp9_quant_common.c 118 dc_qlookup[i] = (int16_t)MAX(ACDC_MIN, poly3(0.000000305, -0.00065, 0.9,
vp9_common.h 28 #define MAX(x, y) (((x) > (y)) ? (x) : (y))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_quant_common.c 118 dc_qlookup[i] = (int16_t)MAX(ACDC_MIN, poly3(0.000000305, -0.00065, 0.9,
vp9_common.h 28 #define MAX(x, y) (((x) > (y)) ? (x) : (y))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
param.h 73 /* Macros for min/max. */
75 #define MAX(a,b) (((a)>(b))?(a):(b))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
param.h 73 /* Macros for min/max. */
75 #define MAX(a,b) (((a)>(b))?(a):(b))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /external/elfutils/0.153/libasm/
asm_align.c 145 size = MAX (2 * len, 960);
162 size = MAX (2 *len, MIN (32768, 2 * asmscn->offset));
  /external/fio/
tickmarks.c 15 #define MAX(a, b) (((a) < (b)) ? (b) : (a))
90 int calc_tickmarks(double min, double max, int nticks, struct tickmark **tm,
96 double graphmin, graphmax; /* graph range min and max */
100 /* we expect min != max */
101 range = nicenum(max - min, 0);
104 graphmax = ceil(max / d) * d;
105 nfrac = MAX(-floor(log10(d)), 0);
  /external/harfbuzz_ng/util/
view-cairo.cc 45 *h = MAX (*h, y_advance);
47 *w = MAX (*w, x_advance);
  /external/opencv/cv/src/
cvcalccontrasthistogram.cpp 118 int v2_r = MAX( data0[x], data0[x + 1] );
132 int v2_d = MAX( data0[x], data0[x + step] );
237 int v2_r = MAX( data0[x], data0[x + 1] );
256 int v2_d = MAX( data0[x], data0[x + step] );
cvcamshift.cpp 266 t0 = MAX( t0, t1 ) + 2;
272 t0 = MAX( t0, t1 ) + 2;
275 comp.rect.x = MAX( 0, _xc - comp.rect.width / 2 );
276 comp.rect.y = MAX( 0, _yc - comp.rect.height / 2 );
  /external/qemu/
aio.c 178 max_fd = MAX(max_fd, node->fd + 1);
182 max_fd = MAX(max_fd, node->fd + 1);
  /external/srec/portable/include/
ptypes.h 30 #ifndef MAX
31 #define MAX(A,B) ((A)>(B)?(A):(B))
  /packages/apps/Gallery2/jni/filters/
hsv.c 48 iMax = MAX (ri, bi);
51 iMax = MAX (gi, bi);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xregion.h 64 #ifndef MAX
65 #define MAX(a,b) (((a) > (b)) ? (a) : (b))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xregion.h 64 #ifndef MAX
65 #define MAX(a,b) (((a) > (b)) ? (a) : (b))
  /dalvik/vm/
Common.h 53 #define MAX(x,y) (((x) > (y)) ? (x) : (y))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_common.h 28 #define MAX(x, y) (((x) > (y)) ? (x) : (y))
  /external/eigen/lapack/
ilaclr.f 63 *> The leading dimension of the array A. LDA >= max(1,M).
114 DO WHILE((A(MAX(I,1),J).EQ.ZERO).AND.(I.GE.1))
117 ILACLR = MAX( ILACLR, I )
iladlr.f 63 *> The leading dimension of the array A. LDA >= max(1,M).
114 DO WHILE((A(MAX(I,1),J).EQ.ZERO).AND.(I.GE.1))
117 ILADLR = MAX( ILADLR, I )
ilaslr.f 63 *> The leading dimension of the array A. LDA >= max(1,M).
114 DO WHILE((A(MAX(I,1),J).EQ.ZERO).AND.(I.GE.1))
117 ILASLR = MAX( ILASLR, I )
ilazlr.f 63 *> The leading dimension of the array A. LDA >= max(1,M).
114 DO WHILE((A(MAX(I,1),J).EQ.ZERO).AND.(I.GE.1))
117 ILAZLR = MAX( ILAZLR, I )
  /external/elfutils/0.153/libelf/
elf32_updatenull.c 175 size = MAX ((size_t) size,
304 sh_align = MAX (sh_align, data->d_align);
341 size = MAX ((GElf_Word) size,
399 assert (list->next == NULL || list->cnt == list->max);
411 size = MAX ((GElf_Word) size,

Completed in 654 milliseconds

1 2 34 5 6 7 8 91011>>