HomeSort by relevance Sort by last modified time
    Searched refs:voiced_p (Results 1 - 3 of 3) sorted by null

  /external/svox/pico/lib/
picosig2.h 181 #define voiced_p ivalue5 /*voicing state*/ macro
picosig2.c 447 sig_inObj->voiced_p = 0;
545 voiced = sig_inObj->voiced_p;
605 voiced = sig_inObj->voiced_p;
707 voiced = sig_inObj->voiced_p;
787 voiced = sig_inObj->voiced_p;
842 voiced = sig_inObj->voiced_p;
857 if ((sig_inObj->nU == 0) && (sig_inObj->voiced_p == 1)) {
868 } else if ((sig_inObj->nV == 0) && (sig_inObj->voiced_p == 0)) {
    [all...]
picosig.c 428 sig_subObj->sig_inner.prevVoiced_p = sig_subObj->sig_inner.voiced_p;
523 sig_subObj->sig_inner.voiced_p = 1;
525 sig_subObj->sig_inner.voiced_p = 0;
    [all...]

Completed in 21 milliseconds