Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.c449 sig_inObj->voiced_p = 0; in sigDspInitialize()
547 voiced = sig_inObj->voiced_p; in mel_2_lin_lookup()
607 voiced = sig_inObj->voiced_p; in phase_spec2()
709 voiced = sig_inObj->voiced_p; in env_spec()
789 voiced = sig_inObj->voiced_p; in impulse_response()
844 voiced = sig_inObj->voiced_p; in td_psola2()
859 if ((sig_inObj->nU == 0) && (sig_inObj->voiced_p == 1)) { in td_psola2()
870 } else if ((sig_inObj->nV == 0) && (sig_inObj->voiced_p == 0)) { in td_psola2()
3973 if (sig_inObj->voiced_p != sig_inObj->prevVoiced_p) { in save_transition_frame()
3978 if (sig_inObj->voiced_p == 1) in save_transition_frame()
[all …]
Dpicosig2.h181 #define voiced_p ivalue5 /*voicing state*/ macro
Dpicosig.c428 sig_subObj->sig_inner.prevVoiced_p = sig_subObj->sig_inner.voiced_p; in sigProcess()
523 sig_subObj->sig_inner.voiced_p = 1; in sigProcess()
525 sig_subObj->sig_inner.voiced_p = 0; in sigProcess()