Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Daudio_vector.cc259 int alpha_step = 16384 / (static_cast<int>(fade_length) + 1); in CrossFade() local
262 alpha -= alpha_step; in CrossFade()