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

<<11121314151617181920>>

  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 206 max_count = MAX( max_count, stage_classifier->count );
    [all...]
cvsurf.cpp 131 scaleCache[k] = scale = MAX(size, SIZE0);
437 x = cvCeil(xf)+1; patch_rect0.width = MAX(patch_rect0.width, x);
438 y = cvCeil(yf)+1; patch_rect0.height = MAX(patch_rect0.height, y);
442 patch_rect.x = MAX(patch_rect.x, 0);
443 patch_rect.y = MAX(patch_rect.y, 0);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Input.c 66 Tcb->Ssthresh = MAX (FlightSize >> 1, (UINT32) (2 * Tcb->SndMss));
231 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT;
1032 Tcb->SndWndMax = MAX (Tcb->SndWnd, Tcb->SndWndMax);
1131 Tcb->CWnd += MAX (Tcb->SndMss * Tcb->SndMss / Tcb->CWnd, 1);
1202 Tcb->SndWndMax = MAX (Tcb->SndWnd, Tcb->SndWndMax);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpInput.c 64 Tcb->Ssthresh = MAX (FlightSize >> 1, (UINT32) (2 * Tcb->SndMss));
251 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT;
1128 Tcb->SndWndMax = MAX (Tcb->SndWnd, Tcb->SndWndMax);
1242 Tcb->CWnd += MAX (Tcb->SndMss * Tcb->SndMss / Tcb->CWnd, 1);
1321 Tcb->SndWndMax = MAX (Tcb->SndWnd, Tcb->SndWndMax);
    [all...]
  /external/opencv/ml/src/
mltree.cpp 97 params.min_sample_count = MAX(params.min_sample_count,1);
273 (MAX(0,sample_count - 33)/32)*sizeof(int),sizeof(void*));
274 tree_block_size = MAX((int)sizeof(CvDTreeNode)*8, max_split_size);
275 tree_block_size = MAX(tree_block_size + block_size_delta, min_block_size);
280 nv_size = MAX( nv_size, (int)sizeof(CvSetElem) );
286 if( sample_count < cv_n*MAX(params.min_sample_count,10) )
291 temp_block_size = MAX(temp_block_size, cv_size);
294 temp_block_size = MAX( temp_block_size + block_size_delta, min_block_size );
388 max_c_count = MAX( max_c_count, c_count );
397 MAX(cat_map->cols*3/2,total_c_count+c_count), CV_32SC1 ))
    [all...]
mlem.cpp 469 // generic case: covs[i] = (u')'*max(w,0)*u'
534 max_count = MAX( max_count, right - left );
791 double min_det_value = MAX( DBL_MIN, pow( min_variation, dims ));
810 d = MAX( d, FLT_EPSILON );
944 max_val = MAX( max_val, pp[j] );
961 sum = 1./MAX( sum, DBL_EPSILON );
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
_abcoll.py 262 MAX = sys.maxint
263 MASK = 2 * MAX + 1
273 if h > MAX:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_abcoll.py 241 MAX = sys.maxint
242 MASK = 2 * MAX + 1
252 if h > MAX:
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.c 834 MAX ((INT64) UsbMouseAbsolutePointerDevice->State.CurrentX + *((INT8 *) Data + 1),
840 MAX ((INT64) UsbMouseAbsolutePointerDevice->State.CurrentY + *((INT8 *) Data + 2),
847 MAX ((INT64) UsbMouseAbsolutePointerDevice->State.CurrentZ + *((INT8 *) Data + 1),
  /external/adhd/cras/src/server/
dev_stream.c 53 max_frames = MAX(stream->buffer_frames,
63 max_frames = MAX(stream->buffer_frames,
86 out->conv_buffer_size_frames = 2 * MAX(dev_frames,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 64 as a member of seven seperate array constants -- +MIN+, +MAX+, +EOT+, +EOF+,
71 MAX[s]::
104 attr_reader :recognizer, :decision_number, :eot, :eof, :min, :max,
108 attr_reader :decision, :eot, :eof, :min, :max,
145 eot = nil, eof = nil, min = nil, max = nil,
153 @max = max || self.class::MAX #.max
191 # the @min and @max arrays contain the bounds of the character (or token type
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 917 MAX = unpack( 1, 122, 1, 114, 1, 58, 13, -1, 1, 111, 1, 61, 1, 117,
953 ( 0 ... MIN.length ).zip( MIN, MAX ) do | i, a, z |
955 MAX[ i ] %= 0x10000
  /external/elfutils/libdwfl/
frame_unwind.c 46 #ifndef MAX
47 # define MAX(a, b) ((a) > (b) ? (a) : (b))
120 stack->allocated = MAX (stack->allocated * 2, 32);
  /external/python/cpython2/Lib/
_abcoll.py 262 MAX = sys.maxint
263 MASK = 2 * MAX + 1
273 if h > MAX:
  /libcore/ojluni/src/main/java/java/time/
OffsetDateTime.java 129 * This combines {@link LocalDateTime#MIN} and {@link ZoneOffset#MAX}.
132 public static final OffsetDateTime MIN = LocalDateTime.MIN.atOffset(ZoneOffset.MAX);
137 * This combines {@link LocalDateTime#MAX} and {@link ZoneOffset#MIN}.
140 public static final OffsetDateTime MAX = LocalDateTime.MAX.atOffset(ZoneOffset.MIN);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_abcoll.py 243 MAX = sys.maxint
244 MASK = 2 * MAX + 1
254 if h > MAX:
  /prebuilts/gdb/linux-x86/lib/python2.7/
_abcoll.py 243 MAX = sys.maxint
244 MASK = 2 * MAX + 1
254 if h > MAX:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 243 MAX = sys.maxint
244 MASK = 2 * MAX + 1
254 if h > MAX:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 243 MAX = sys.maxint
244 MASK = 2 * MAX + 1
254 if h > MAX:
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 892 MAX = unpack( <dfa.javaCompressedMax; anchor, separator=", ", wrap="\n"> )
899 ( 0 ... MIN.length ).zip( MIN, MAX ) do | i, a, z |
901 MAX[ i ] %= 0x10000
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 237 #ifdef MAX
238 #undef MAX
244 #define MAX(a, b) ((a) > (b) ? (a) : (b))
283 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
284 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
285 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
288 printf("New max dev. = %d at pixel (%d, %d) = (%d %d %d %d)\n",
355 printf("Max gray deviation = %d, tolerance = %d\n", maxGrayDeviation,
385 diag->Note(DiagMessage() << "forcing image to gray (max deviation = "
923 image->outlineAlpha = std::max(
    [all...]
  /hardware/interfaces/audio/common/2.0/
types.hal 142 MAX = CNT - 1,
489 MAX = CNT - 1,
717 MAX = CNT - 1,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/metag/
metafpu21ext.d 47 .*: f33004a1 FD MAX FX\.6,FX\.0,FX\.2
48 .*: f3190a81 F MAX FX\.3,FX\.4,FX\.5
49 .*: f3110cc1 FL MAX FX\.2,FX\.4,FX\.6
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 44 #define MAX(a,b) (((a) > (b)) ? (a) : (b))
45 #define CLAMP(x, min, max) MIN(MAX((x), (min)), (max))
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
QuietBoot.c 555 NewWidth = MAX ((UINTN) DestX + Width, LogoDestX + LogoWidth) - NewDestX;
556 NewHeight = MAX ((UINTN) DestY + Height, LogoDestY + LogoHeight) - NewDestY;

Completed in 1085 milliseconds

<<11121314151617181920>>