HomeSort by relevance Sort by last modified time
    Searched refs:_absMax (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/voice_engine/
level_indicator.cc 29 _absMax(0),
42 _absMax = 0;
61 if (absValue > _absMax)
62 _absMax = absValue;
67 _currentLevelFullRange = _absMax;
74 int32_t position = _absMax/1000;
78 if ((position == 0) && (_absMax > 250))
85 _absMax >>= 2;
level_indicator.h 45 int16_t _absMax;

Completed in 2653 milliseconds