Searched refs:rampArray (Results 1 – 1 of 1) sorted by relevance
18 const float rampArray[] = {0.0000f, 0.0127f, 0.0253f, 0.0380f, variable38 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()