Home
last modified time | relevance | path

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

/dports/audio/epos-devel/epos-2.5.37/src/
H A Dtdpsyn.cc157 lppitch = v->inv_sampling_rate / basef0;; in tdpsyn()
166 lppitch = v->inv_sampling_rate / basef0; in tdpsyn()
244 pitch = lppitch; in synseg()
254 if (lppitch > 0) { in synseg()
255 pitch = lppitch; // use pitch from last segment in synseg()
347 lppitch = (int)(v->inv_sampling_rate / (basef0 + outf0)); in synseg()
349 D_PRINT(0, "New values: outf0 : %f, lppitch : %d\n", outf0, lppitch); in synseg()
393 lppitch = 0; in synseg()
394 for (m = 0; m < F0_FILT_ORD; m++) lppitch += b[m] * smoothfilt[m]; in synseg()
398 if (lppitch > 0) in synseg()
[all …]
H A Dtdpsyn.h45 int lppitch; variable