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

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
geom.h 116 : left_(MIN(point1.x, point2.x)),
117 top_(MIN(point1.y, point2.y)),
158 const float new_right = MIN(this->right_, that.right_);
165 const float new_bottom = MIN(this->bottom_, that.bottom_);
176 return BoundingBox(MIN(this->left_, that.left_),
177 MIN(this->top_, that.top_),
314 original_box, MIN(original_box.GetWidth(), original_box.GetHeight()));
  /external/opencv/cv/src/
cvsnakes.cpp 204 int left = MIN( pt[i].x, win.width >> 1 );
205 int right = MIN( roi.width - 1 - pt[i].x, win.width >> 1 );
206 int upper = MIN( pt[i].y, win.height >> 1 );
207 int bottom = MIN( roi.height - 1 - pt[i].y, win.height >> 1 );
233 minEcont = MIN( minEcont, energy );
271 minEcurv = MIN( minEcurv, energy );
301 int bottomshift = MIN( 1, roi.height - (y + 1)*WTILE_SIZE );
302 int rightshift = MIN( 1, roi.width - (x + 1)*WTILE_SIZE );
334 minEimg = MIN( minEimg, energy );
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterVignetteRepresentation.java 42 private static int MIN = -100;
46 private BasicParameterInt mParamVignette = new BasicParameterInt(MODE_VIGNETTE, 50, MIN, MAX);
47 private BasicParameterInt mParamExposure = new BasicParameterInt(MODE_EXPOSURE, 0, MIN, MAX);
48 private BasicParameterInt mParamSaturation = new BasicParameterInt(MODE_SATURATION, 0, MIN, MAX);
49 private BasicParameterInt mParamContrast = new BasicParameterInt(MODE_CONTRAST, 0, MIN, MAX);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fvwrite.c 65 #define MIN(a, b) ((a) < (b) ? (a) : (b))
85 w = (*fp->_write)(fp->_cookie, p, MIN(len, BUFSIZ));
128 COPY(w); /* copy MIN(fp->_w,len), */
160 * that the amount to write is MIN(len,nldist).
171 s = MIN(len, nldist);
  /external/fio/oslib/
libmtd_common.h 43 #ifndef MIN /* some C lib headers define this for us */
44 #define MIN(a, b) ((a) < (b) ? (a) : (b))
49 #define min(a, b) MIN(a, b) /* glue for linux kernel source */ macro
  /external/libavc/encoder/
ih264e_deblk.c 537 u4_idx_A_luma = MIN(51, u4_qp_luma + 0);
538 u4_idx_B_luma = MIN(51, u4_qp_luma + 0);
553 u4_idx_A_chroma = MIN(51, u4_qp_chroma + 0);
554 u4_idx_B_chroma = MIN(51, u4_qp_chroma + 0);
640 u4_idx_A_luma = MIN(51, u4_qp_luma + 0);
641 u4_idx_B_luma = MIN(51, u4_qp_luma + 0);
656 u4_idx_A_chroma = MIN(51, u4_qp_chroma + 0);
657 u4_idx_B_chroma = MIN(51, u4_qp_chroma + 0);
777 u4_idx_A_luma = MIN(51, u4_qp_luma + 0);
778 u4_idx_B_luma = MIN(51, u4_qp_luma + 0)
    [all...]
  /external/libxkbcommon/xkbcommon/src/
utils.h 113 min(int misc, int other) function
189 #define MIN(a, b) ((a) < (b) ? (a) : (b))
190 #define MIN3(a, b, c) MIN(MIN((a), (b)), (c))
  /external/mesa3d/src/util/
macros.h 236 /** Clamp X to [MIN,MAX] */
237 #define CLAMP( X, MIN, MAX ) ( (X)<(MIN) ? (MIN) : ((X)>(MAX) ? (MAX) : (X)) )
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
results_holder.c 297 data[0] = (long)MIN(MAX(rh.game_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.);
298 data[1] = (long)MIN(MAX(rh.game_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.);
299 data[2] = (long)MIN(MAX(rh.game_quat[2] * ((float)(1L << 30)), -2147483648.), 2147483647.);
300 data[3] = (long)MIN(MAX(rh.game_quat[3] * ((float)(1L << 30)), -2147483648.), 2147483647.);
311 data[0] = (long)MIN(MAX(rh.nav_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.);
312 data[1] = (long)MIN(MAX(rh.nav_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.);
313 data[2] = (long)MIN(MAX(rh.nav_quat[2] * ((float)(1L << 30)), -2147483648.), 2147483647.);
314 data[3] = (long)MIN(MAX(rh.nav_quat[3] * ((float)(1L << 30)), -2147483648.), 2147483647.);
385 data[0] = (long)MIN(MAX(rh.geomag_quat[0] * ((float)(1L << 30)), -2147483648.), 2147483647.);
386 data[1] = (long)MIN(MAX(rh.geomag_quat[1] * ((float)(1L << 30)), -2147483648.), 2147483647.);
    [all...]
  /external/icu/icu4c/source/test/intltest/
mnkytst.cpp 24 #ifndef MIN
25 #define MIN(x,y) ((x) < (y) ? (x) : (y))
88 source.extract(MIN(s, slen), MAX(s, slen), subs);
89 source.extract(MIN(t, tlen), MAX(t, tlen), subt);
163 source.extract(MIN(s, slen), MAX(s, slen), subs);
164 source.extract(MIN(t, tlen), MAX(t, tlen), subt);
  /hardware/interfaces/radio/1.2/
types.hal 52 MIN = 5,
60 MIN = 60,
68 MIN = 1,
165 * Range: ScanIntervalRange:MIN to ScanIntervalRange:MAX
178 * Expected range for the input is [MaxSearchTimeRange:MIN - MaxSearchTimeRange:MAX]
195 * [IncrementalResultsPeriodicityRange:MIN - IncrementalResultsPeriodicityRange:MAX]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12GetCapability.c 83 CopyMem (TpmPermanentFlags, &Response.Flags, MIN (sizeof (*TpmPermanentFlags), Response.ResponseSize));
124 CopyMem (VolatileFlags, &Response.Flags, MIN (sizeof (*VolatileFlags), Response.ResponseSize));
  /external/adhd/cras/src/common/
byte_buffer.h 35 buf->used_size = MIN(used_size, buf->max_size);
89 inc = MIN(inc, buf->level);
  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 153 extents->x_bearing = MIN (glyph_header.xMin, glyph_header.xMax);
156 extents->height = MIN (glyph_header.yMin, glyph_header.yMax) - extents->y_bearing;
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 184 #ifndef MIN
185 # define MIN(x, y) ((x) < (y) ? x : y)
  /external/syslinux/com32/lib/libpng/
pngrio.c 78 #define MIN(a,b) (a <= b ? a : b)
110 read = MIN(NEAR_BUF_SIZE, remaining);
  /frameworks/rs/cpp/
Sampler.cpp 33 Sampler::Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag,
37 RsSamplerValue mMin = min;
64 sp<Sampler> Sampler::create(const sp<RS>& rs, RsSamplerValue min, RsSamplerValue mag,
67 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT,
69 return new Sampler(rs, id, min, mag, wrapS, wrapT, anisotropy);
72 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(const sp<RS> &rs) { \
74 rs->mSamplers.N = (create(rs, MIN, MAG, WRAPS, WRAPT, 0.f)); \
  /hardware/interfaces/audio/effect/2.0/
IVisualizerEffect.hal 25 MIN = 128 // minimum capture size in samples
  /hardware/interfaces/audio/effect/4.0/
IVisualizerEffect.hal 25 MIN = 128 // minimum capture size in samples
  /system/core/libbacktrace/
BacktracePtrace.cpp 76 bytes = MIN(map.end - addr, bytes);
84 size_t copy_bytes = MIN(sizeof(word_t) - align_bytes, bytes);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HALHeader.h 43 #define MIN(a, b) ((a) < (b) ? (a) : (b))
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
utils_def.h 27 #define MIN(x, y) __extension__ ({ \
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
juno_trng.c 13 #define NSAMPLE_CLOCKS 1 /* min 1 cycle, max 231 cycles */
67 n = MIN(len, sizeof(uint32_t));
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/
QemuVirtMem.c 92 VirtualMemoryTable[2].Length = MIN (1ULL << FixedPcdGet8 (PcdPrePiCpuMemorySize),
  /external/adhd/cras/src/server/
cras_volume_curve.c 38 volume = MIN(MAX_VOLUME, MAX(0, volume));

Completed in 854 milliseconds

1 2 34 5 6 7 8 91011>>