Home
last modified time | relevance | path

Searched refs:i_SET_LENGTH (Results 1 – 9 of 9) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dsynthesize.h243 #define pd_LENGTHMOD i_SET_LENGTH
295 #define i_SET_LENGTH 0x0a macro
H A Dsynthdata.cpp990 phdata->pd_param[i_SET_LENGTH] = ph->std_length; in InterpretPhoneme()
1042 phdata->pd_param[i_SET_LENGTH] += data; in InterpretPhoneme()
1252 plist->std_length = phdata->pd_param[i_SET_LENGTH]; in InterpretPhoneme()
H A Dsynthesize.cpp1620 fmtp.std_length = phdata.pd_param[i_SET_LENGTH]*2; in Generate()
1645 fmtp.std_length = phdata.pd_param[i_SET_LENGTH]*2; in Generate()
1690 fmtp.std_length = phdata.pd_param[i_SET_LENGTH]*2; in Generate()
1706 fmtp.std_length = phdata.pd_param[i_SET_LENGTH] * 2; in Generate()
H A Dphonemelist.cpp632 phlist[ix].length = phdata.pd_param[i_SET_LENGTH]*2; in MakePhonemeList()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dsynthesize.h236 #define pd_LENGTHMOD i_SET_LENGTH
286 #define i_SET_LENGTH 0x0a macro
H A Dsynthdata.cpp791 phdata->pd_param[i_SET_LENGTH] = ph->std_length; in InterpretPhoneme()
829 phdata->pd_param[i_SET_LENGTH] += data; in InterpretPhoneme()
987 plist->std_length = phdata->pd_param[i_SET_LENGTH]; in InterpretPhoneme()
H A Dsynthesize.cpp1351 fmtp.std_length = phdata.pd_param[i_SET_LENGTH]*2; in Generate()
1372 fmtp.std_length = phdata.pd_param[i_SET_LENGTH]*2; in Generate()
1408 fmtp.std_length = phdata.pd_param[i_SET_LENGTH]*2; in Generate()
1422 fmtp.std_length = phdata.pd_param[i_SET_LENGTH] * 2; in Generate()
H A Dphonemelist.cpp507 phlist[ix].length = phdata.pd_param[i_SET_LENGTH]*2; in MakePhonemeList()
H A Dcompiledata.cpp271 { "length", tINSTRN1, i_SET_LENGTH },
2069 case i_SET_LENGTH:
2077 *prog_out++ = (i_SET_LENGTH << 8) + value/2;