Searched refs:MAX (Results 1 - 18 of 18) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h33 enum MulticlassUpdateType { MAX, RANK }; enumerator in enum:learning_stochastic_linear::MulticlassUpdateType
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java57 public enum Exposure { MIN, MAX, NONE }; enum constant in enum:CameraPairwiseTest.Exposure
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO,
169 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.INCANDESCENT,
229 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
319 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
337 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.ACTION,
346 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
364 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.AUTO,
373 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalanc
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h130 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
H A Dh264bsd_slice_data.c316 * MAX(picWidthInMbs, 10) macroblocks and start marking from there */
327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10))
H A Dh264bsd_slice_group_map.c342 leftBound = MAX(leftBound - 1, 0);
356 topBound = MAX(topBound - 1, 0);
H A Dh264bsd_seq_param_set.c347 MAX(1, pSeqParamSet->vuiParameters->maxDecFrameBuffering);
H A Dh264bsd_dpb.c1010 dpb->maxRefFrames = MAX(maxRefFrames, 1);
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h76 MAX = 43, enumerator in enum:mcld::Operator::Type
204 Operator& Operator::create<Operator::MAX>();
H A DBinaryOp.h109 IntOperand* BinaryOp<Operator::MAX>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp38 "LOADADDR", "MAX", "MIN",
281 Operator& Operator::create<Operator::MAX>() {
282 static BinaryOp<Operator::MAX> op;
H A DScriptParser.yy133 %token MAX
858 | MAX '(' exp ',' exp ')'
861 &Operator::create<Operator::MAX>());
H A DBinaryOp.cpp200 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule,
H A DScriptScanner.ll122 <EXPRESSION>"MAX" { return token::MAX; }
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h101 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
H A DSoftAVCEnc.cpp635 mAVCEncLevel = MAX(level, mAVCEncLevel);
/frameworks/base/tools/aapt/
H A DImages.cpp871 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
939 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
940 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
941 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp227 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
265 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
266 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
267 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 965 milliseconds