HomeSort by relevance Sort by last modified time
    Searched full:abs_temp (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 267 float abs_temp = fabsf((i + 1.0f) / static_cast<float>(erb_resolution_)); local
268 center_freqs_[i] = 676170.4f / (47.06538f - expf(0.08950404f * abs_temp));

Completed in 526 milliseconds