Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
Dmulvsi3.c27 const si_int MAX = ~MIN; in __mulvsi3() local
48 if (abs_a > MAX / abs_b) in __mulvsi3()
Dmulvti3.c29 const ti_int MAX = ~MIN; in __mulvti3() local
50 if (abs_a > MAX / abs_b) in __mulvti3()
Dmulvdi3.c27 const di_int MAX = ~MIN; in __mulvdi3() local
48 if (abs_a > MAX / abs_b) in __mulvdi3()
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dcommon_defs.h33 enum MulticlassUpdateType { MAX, RANK }; enumerator
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_util.h129 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
Dh264bsd_slice_group_map.c342 leftBound = MAX(leftBound - 1, 0); in DecodeBoxOutMap()
356 topBound = MAX(topBound - 1, 0); in DecodeBoxOutMap()
Dh264bsd_slice_data.c327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10)) in h264bsdMarkSliceCorrupted()
Dh264bsd_seq_param_set.c347 MAX(1, pSeqParamSet->vuiParameters->maxDecFrameBuffering); in h264bsdDecodeSeqParamSet()
Dh264bsd_dpb.c1002 dpb->maxRefFrames = MAX(maxRefFrames, 1); in h264bsdInitDpb()
/frameworks/base/tools/aapt/
DImages.cpp800 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
837 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
838 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
839 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothAudioGateway.cpp335 MAX(nat->hf_ag_rfcomm_sock, nat->hs_ag_rfcomm_sock) + 1, in waitForHandsfreeConnectNative()