Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c43 __inline static void Intrpol2D(double T[3][3], double *x, double *y, double *peak_val) in Intrpol2D() argument
65 *peak_val = T[1][1]; in Intrpol2D()
88 *peak_val = 0.5 * (b[0] * delta1 + b[1] * delta2) + c; in Intrpol2D()