Searched defs:uBoundType (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicopam.c417 picoos_uint8 phType, picoos_uint8 uBoundType, picoos_uint16 uMin,
451 static void get_default_boundary_limit(picoos_uint8 uBoundType,
835 * @param uBoundType : type of input boundary type
842 static void get_default_boundary_limit(picoos_uint8 uBoundType, argument
845 switch (uBoundType) {
4216 * @param uBoundType : the boundary type (only for silence syllables)
4225 picoos_uint8 phType, picoos_uint8 uBoundType, picoos_uint16 uMinDur,
4285 get_default_boundary_limit(uBoundType, &uMinDur, &uMaxDur);
4308 pam->sSyllFeats[pam->nCurrSyllable].phoneV[bnd] = uBoundType;
4223 pam_create_syllable(register picodata_ProcessingUnit this, picoos_uint8 syllType, picoos_uint8 *sContent, picoos_uint8 sentType, picoos_uint8 phType, picoos_uint8 uBoundType, picoos_uint16 uMinDur, picoos_uint16 uMaxDur) argument

Completed in 118 milliseconds