Searched refs:tnew (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_resampler.c82 float be, tnew; local
103 tnew = be * mm + obj->position;
104 tn = (int)tnew;
109 outspeech[mm] = y[tn] + (tnew - tn) * (y[tn + 1] - y[tn]);
112 tnew = be * mm + obj->position;
113 tn = (int)tnew;
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_resampler.c83 float be, tnew, interp; local
102 tnew = be * mm + obj->position;
103 tn = (int) tnew;
108 interp = y[tn] + (tnew - tn) * (y[tn+1] - y[tn]);
120 tnew = be * mm + obj->position;
121 tn = (int) tnew;

Completed in 131 milliseconds