/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
state_search.c | 41 int16_t max; local 51 max = WebRtcSpl_MaxAbsValueW16(residual, iLBCenc_inst->state_short_len); 52 scaleRes = WebRtcSpl_GetSizeInBits(max)-12;
|
/external/webrtc/webrtc/test/testsupport/metrics/ |
video_metrics.h | 34 min(std::numeric_limits<double>::max()), 35 max(std::numeric_limits<double>::min()), 41 double max; member in struct:webrtc::test::QualityMetricsResult
|
/frameworks/av/include/media/stagefright/foundation/ |
AUtils.h | 60 inline static const T &max(const T &a, const T &b) { function
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cor_h_x.cpp | 189 Word32 s, y32[L_CODE], max, tot; 197 max = 0; 207 if (L_sub (s, max) > (Word32) 0L) 208 max = s; 210 tot = L_add (tot, L_shr (max, 1)); 258 Word32 max; local 269 max = 0; 296 if (s > max) 298 max = s; 302 tot += (max >> 1) [all...] |
hp_max.cpp | 88 cor_hp_max = pointer to max high-pass filtered norm. correlation (Word16) 92 cor_hp_max contains max high-pass filtered norm. correlation (Word16) 134 Word16 *cor_hp_max) // o : max high-pass filtered norm. correlation 138 Word32 max, t0, t1; 142 max = MIN_32; 154 if (L_sub (t0, max) >= 0) 156 max = t0; 181 // max/t0 182 shift1 = sub(norm_l(max), 1); 183 max16 = extract_h(L_shl(max, shift1)) 249 Word32 max, t0, t1; local [all...] |
/frameworks/av/media/libstagefright/filters/ |
ColorConvert.cpp | 19 #ifndef max 20 #define max(a,b) ((a) > (b) ? (a) : (b)) macro 39 *r = min(262143, max(0, *r)); 40 *g = min(262143, max(0, *g)); 41 *b = min(262143, max(0, *b));
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
SetTimeZonePermissionsTest.java | 51 int max = (mZones.length > 10) ? mZones.length : 10; local 52 assertTrue("No system-defined time zones - test invalid", max > 0); 54 for (int i = 0; i < max; i++) {
|
/frameworks/base/core/tests/coretests/src/android/view/ |
BigCacheTest.java | 58 final int max = ViewConfiguration.get(getActivity()).getScaledMaximumDrawingCacheSize(); local 59 assertTrue(mTiny.getWidth() * mTiny.getHeight() * 2 < max); 66 final int max = ViewConfiguration.get(getActivity()).getScaledMaximumDrawingCacheSize(); 67 assertTrue(mLarge.getWidth() * mLarge.getHeight() * 2 > max);
|
/libcore/luni/src/test/java/libcore/java/lang/ |
IntegerTest.java | 42 final int max = Integer.MAX_VALUE; local 43 assertTrue(Integer.compare(max, max) == 0); 46 assertTrue(Integer.compare(max, zero) > 0); 47 assertTrue(Integer.compare(max, min) > 0); 48 assertTrue(Integer.compare(zero, max) < 0); 51 assertTrue(Integer.compare(min, max) < 0); 142 assertEquals(Math.max(a, b), Integer.max(a, b));
|
LongTest.java | 40 final long max = Long.MAX_VALUE; local 41 assertTrue(Long.compare(max, max) == 0); 44 assertTrue(Long.compare(max, zero) > 0); 45 assertTrue(Long.compare(max, min) > 0); 46 assertTrue(Long.compare(zero, max) < 0); 49 assertTrue(Long.compare(min, max) < 0); 148 assertEquals(Math.max(a, b), Long.max(a, b));
|
/libcore/ojluni/src/main/java/java/util/ |
IntSummaryStatistics.java | 30 * A state object for collecting statistics such as count, min, max, sum, and 68 private int max = Integer.MIN_VALUE; field in class:IntSummaryStatistics 72 * {@code Integer.MAX_VALUE} min, {@code Integer.MIN_VALUE} max and zero 87 max = Math.max(max, value); 100 max = Math.max(max, other.max); [all...] |
LongSummaryStatistics.java | 31 * A state object for collecting statistics such as count, min, max, sum, and 69 private long max = Long.MIN_VALUE; field in class:LongSummaryStatistics 73 * {@code Long.MAX_VALUE} min, {@code Long.MIN_VALUE} max and zero 98 max = Math.max(max, value); 112 max = Math.max(max, other.max); [all...] |
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
SSLContextSpiImpl.java | 62 int max = 65535; local 64 if (port < 0 || port > max) {
|
/packages/apps/Gallery2/jni/filters/ |
bwfilter.c | 31 float max = MAX(sg,sb); local 32 max = MAX(sr,max); 33 float avg = (min+max)/2; 47 max = MAX(g,b); 48 max = MAX(r,max) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
ProbabilityInfo.java | 35 public static ProbabilityInfo max(final ProbabilityInfo probabilityInfo1, method in class:ProbabilityInfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atm_nicstar.h | 35 unsigned max; member in struct:buf_nr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atm_nicstar.h | 35 unsigned max; member in struct:buf_nr
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
atm_nicstar.h | 32 unsigned max; member in struct:buf_nr
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/ |
atm_nicstar.h | 32 unsigned max; member in struct:buf_nr
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
atm_nicstar.h | 32 unsigned max; member in struct:buf_nr
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/ |
atm_nicstar.h | 32 unsigned max; member in struct:buf_nr
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/ |
atm_nicstar.h | 32 unsigned max; member in struct:buf_nr
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/ |
atm_nicstar.h | 32 unsigned max; member in struct:buf_nr
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/ |
atm_nicstar.h | 32 unsigned max; member in struct:buf_nr
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/ |
atm_nicstar.h | 32 unsigned max; member in struct:buf_nr
|