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

/external/svox/pico/lib/
H A Dpicopam.c164 sFtVect *sSyllFeats; /*Syllable feature vector set for the member in struct:pam_subobj
473 pam->sSyllFeats = NULL;
487 pam->sSyllFeats = (sFtVect*) data;
538 if (pam->sSyllFeats != NULL)
539 picoos_deallocate(mm, (void *) &pam->sSyllFeats);
583 pam->sSyllFeats[nI].phoneV[nJ] = 0;
750 if (pam->sSyllFeats != NULL) {
751 picoos_deallocate(this->common->mm, (void *) &pam->sSyllFeats);
1102 /*set start(if not initialized) and end ids of queued items in sSyllFeats*/
1105 if (pam->sSyllFeats[pa
[all...]

Completed in 53 milliseconds