Searched refs:_max (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Dlevel_indicator.cc19 : _max(0),
36 if(_max < speech[i])
38 _max = speech[i];
47 if(-min > _max)
49 _max = -min;
55 int32_t position = _max / 1000;
57 (_max > 250))
64 _max = _max >> 1;
H A Dlevel_indicator.h31 int32_t _max; member in class:webrtc::LevelIndicator
/external/chromium_org/third_party/webrtc/base/
H A Dbandwidthsmoother.cc23 percent_increase_(rtc::_max(1.0, percent_increase)),
29 rtc::_max(0.0, min_sample_count_percent))) {
H A Ddiskcache_win32.cc48 entry->streams = _max(entry->streams, index + 1);
H A Dproxyserver.cc127 buffer->ConsumeWriteBuffer(_max(read, 0));
137 buffer->ConsumeReadData(_max(written, 0));
H A Dbasictypes.h116 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } function in namespace:rtc
H A Drollingaccumulator.h102 max_ = _max(max_, samples_[(next_index_ + i) % max_count()]);
H A Dcommon.h59 #define stdmax(x, y) rtc::_max(x, y)
H A Dprofiler.cc68 maximum_ = _max(maximum_, elapsed);
/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_c5x.h46 #define MAX16(a,b) _max(a,b)
H A Dfixed_c6x.h50 #define MAX16(a,b) _max(a,b)
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_uma_host.cc120 #define RETURN_IF_BAD_ARGS(_min, _max, _buckets) \
122 if (_min >= _max || _buckets <= 1) \
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAlignedBox.h44 /** Constructs a box with extremities \a _min and \a _max. */
45 inline AlignedBox(const VectorType& _min, const VectorType& _max) : m_min(_min), m_max(_max) {} argument
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dbasictypes.h84 template<class T> inline T _max(T a, T b) { return (a < b) ? b : a; } function in namespace:rtc
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
284 _max, 0, \
/external/freetype/include/internal/
H A Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
284 _max, 0, \
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
284 _max, 0, \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dpsaux.h267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
273 _max, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
284 _max, 0, \
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc170 return rtc::_min(rtc::_max(lower, middle), upper);
323 m_ssthresh = rtc::_max(nInFlight / 2, 2 * m_mss);
733 rtc::_max<uint32>(1, 4 * m_rx_rttvar), MAX_RTO);
791 m_cwnd += rtc::_max<uint32>(1, m_mss * m_mss / m_cwnd);
814 m_ssthresh = rtc::_max(nInFlight / 2, 2 * m_mss);
1156 m_ssthresh = rtc::_max(m_ssthresh, 2 * m_mss);
1157 m_cwnd = rtc::_max(m_cwnd, m_mss);
/external/libpcap/
H A Dpcap-dos.h79 #define max(a,b) _max(a,b)
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h66 /** Constructs a box with extremities \a _min and \a _max. */
68 inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {} argument
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dmmx_blend.S342 #define TAG(x) CONCAT(x,_max)
343 #define LLTAG(x) LLBL2(x,_max)
/external/mesa3d/src/mesa/x86/
H A Dmmx_blend.S342 #define TAG(x) CONCAT(x,_max)
343 #define LLTAG(x) LLBL2(x,_max)
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine.cc245 wait = rtc::_max(0, wait);
H A Dvideocapturer.h277 screencast_max_pixels_ = rtc::_max(0, p);

Completed in 607 milliseconds

12