Searched refs:MAX (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/libbcc/runtime/lib/ |
D | mulvsi3.c | 27 const si_int MAX = ~MIN; in __mulvsi3() local 48 if (abs_a > MAX / abs_b) in __mulvsi3()
|
D | mulvti3.c | 29 const ti_int MAX = ~MIN; in __mulvti3() local 50 if (abs_a > MAX / abs_b) in __mulvti3()
|
D | mulvdi3.c | 27 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/ |
D | common_defs.h | 33 enum MulticlassUpdateType { MAX, RANK }; enumerator
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_util.h | 129 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
D | h264bsd_slice_group_map.c | 342 leftBound = MAX(leftBound - 1, 0); in DecodeBoxOutMap() 356 topBound = MAX(topBound - 1, 0); in DecodeBoxOutMap()
|
D | h264bsd_slice_data.c | 327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10)) in h264bsdMarkSliceCorrupted()
|
D | h264bsd_seq_param_set.c | 347 MAX(1, pSeqParamSet->vuiParameters->maxDecFrameBuffering); in h264bsdDecodeSeqParamSet()
|
D | h264bsd_dpb.c | 1002 dpb->maxRefFrames = MAX(maxRefFrames, 1); in h264bsdInitDpb()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 800 #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/ |
D | android_bluetooth_BluetoothAudioGateway.cpp | 335 MAX(nat->hf_ag_rfcomm_sock, nat->hs_ag_rfcomm_sock) + 1, in waitForHandsfreeConnectNative()
|