Home
last modified time | relevance | path

Searched refs:rampArray (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Daudio_frame_manipulator.cc18 const float rampArray[] = {0.0000f, 0.0127f, 0.0253f, 0.0380f, variable
38 const size_t rampSize = sizeof(rampArray)/sizeof(rampArray[0]);
59 audioFrame.data_[i] = static_cast<int16_t>(rampArray[i] * in RampIn()
70 audioFrame.data_[i] = static_cast<int16_t>(rampArray[rampPos] * in RampOut()