Searched refs:outspeech (Results 1 – 2 of 2) sorted by relevance
69 float* outspeech, in WebRtcAec_ResampleLinear() argument80 assert(outspeech != NULL); in WebRtcAec_ResampleLinear()101 outspeech[mm] = y[tn] + (tnew - tn) * (y[tn + 1] - y[tn]); in WebRtcAec_ResampleLinear()
36 float* outspeech,