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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 145 double adj, gain_tmp; local
196 gain_tmp = LagWin[k];
197 corrvec1[k] *= gain_tmp;
198 corrvec2[k] *= gain_tmp;
199 corrvec1[PITCH_LAG_SPAN2-1-k] *= gain_tmp;
200 corrvec2[PITCH_LAG_SPAN2-1-k] *= gain_tmp;

Completed in 632 milliseconds