Home
last modified time | relevance | path

Searched refs:source_lab (Results 1 – 7 of 7) sorted by relevance

/dports/audio/festival/festival/src/modules/clunits/
H A Dcljoin.cc84 static void make_segment_varied_mapping(EST_Relation &source_lab, in make_segment_varied_mapping() argument
110 source_lab.tail()->F("end",0)) in make_segment_varied_mapping()
115 source_lab.tail()->F("end",0.0)); in make_segment_varied_mapping()
121 for (u = source_lab.head(); u; u = u->next()) in make_segment_varied_mapping()
H A Dclunits.cc102 EST_Relation &source_lab);
216 EST_Relation &source_lab) in cl_parse_diphone_times() argument
225 for (s = source_lab.head(), u = diphone_stream.head(); u; u = u->next(), in cl_parse_diphone_times()
/dports/audio/festival/festival/src/modules/UniSyn/
H A Dus_mapping.cc103 void make_segment_single_mapping(EST_Relation &source_lab, in make_segment_single_mapping() argument
117 source_lab.tail()->F("end",0)) in make_segment_single_mapping()
122 source_lab.tail()->F("end",0.0)); in make_segment_single_mapping()
127 for (s = source_lab.head(); s; s = s->next()) in make_segment_single_mapping()
611 EST_Relation *source_lab, *target_lab; in us_mapping() local
622 source_lab = utt.relation("SourceSegments"); in us_mapping()
/dports/audio/festival/festival/src/modules/UniSyn_diphone/
H A Dus_diphone.h87 EST_Relation &source_lab);
H A Dus_diphone_unit.cc107 EST_Relation &source_lab) in parse_diphone_times() argument
116 for (s = source_lab.head(), u = diphone_stream.head(); u; u = u->next(), in parse_diphone_times()
/dports/audio/festival/festival/src/modules/MultiSyn/
H A DDiphoneUnitVoice.cc74 EST_Relation &source_lab);
80 EST_Relation &source_lab) in SIOD_REGISTER_CLASS()
89 for( s=source_lab.head(), u=diphone_stream.head(); (u!=0)&&(s!=0); u=u->next(), s=s->next()){ in SIOD_REGISTER_CLASS()
H A DDiphoneVoiceModule.cc64 EST_Relation &source_lab);