Searched refs:F0_p (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
H A Dpicosig2.h172 #define F0_p bvalue5 /*pitch*/ macro
H A Dpicosig.c451 sig_subObj->sig_inner.F0_p
455 if (sig_subObj->sig_inner.F0_p != (picoos_single) 0.0f) {
456 sig_subObj->sig_inner.F0_p = (picoos_single) exp(
457 (picoos_single) sig_subObj->sig_inner.F0_p);
520 sig_subObj->sig_inner.F0_p *= sig_subObj->pMod;
522 if (sig_subObj->sig_inner.F0_p > 0.0f) {
H A Dpicosig2.c447 sig_inObj->F0_p = (picoos_single) 0.0f;
716 if (sig_inObj->F0_p > 120) {
4022 F0 = sig_inObj->F0_p;
4080 * sqrt((double) Fs / (hop * sig_inObj->F0_p)) * fact

Completed in 153 milliseconds