Home
last modified time | relevance | path

Searched refs:EST_Features (Results 1 – 25 of 78) sorted by relevance

1234

/dports/audio/festival/speech_tools/base_class/
H A DEST_Features.cc51 static EST_Features default_features;
53 EST_Features::EST_Features() in EST_Features() function in EST_Features
58 EST_Features::EST_Features(const EST_Features &f) in EST_Features() function in EST_Features
64 EST_Features::~EST_Features() in ~EST_Features()
140 EST_Features &EST_Features::A(const EST_String &path,EST_Features &def) const in A()
142 EST_Features *ff = new EST_Features(def); in A()
185 EST_Features f; in set_path()
192 EST_Features &EST_Features::operator=(const EST_Features &x) in operator =()
198 void merge_features(EST_Features &to,EST_Features &from) in merge_features()
200 EST_Features::Entries p; in merge_features()
[all …]
H A DEST_features_aux.cc47 defineGetFunction(EST_Features, val, EST_Val, getVal) in defineGetFunction() argument
48 defineGetFunction(EST_Features, val, EST_String, getString) in defineGetFunction()
49 defineGetFunction(EST_Features, val, float, getFloat) in defineGetFunction()
50 defineGetFunction(EST_Features, val, int, getInteger) in defineGetFunction()
54 void value_sort(EST_Features &f, const EST_String &field) in defineGetFunction()
59 EST_Features::RwEntries p; in defineGetFunction()
60 EST_Features::RwEntries n; in defineGetFunction()
61 EST_Features::Entry e; in defineGetFunction()
H A DEST_features_io.cc46 void EST_Features::set_function(const EST_String &name, in set_function()
54 void EST_Features::save_fpair(ostream &outf, in save_fpair()
61 EST_Features *f = feats(fvalue); in save_fpair()
111 EST_write_status EST_Features::save(ostream &outf) const in save()
125 EST_write_status EST_Features::save_sexpr(ostream &outf) const in save_sexpr()
179 EST_read_status EST_Features::load_sexpr(EST_TokenStream &ts) in load_sexpr()
204 EST_Features fv; in load_sexpr()
248 EST_read_status EST_Features::load(EST_TokenStream &ts) in load()
297 EST_Features *fs = new EST_Features; in load()
H A DEST_FeatureData.cc115 void EST_FeatureData::resize(int num_samples, EST_Features &f, bool preserve) in resize()
148 EST_Features::Entries p; in feature_position()
167 EST_Features values; in update_values()
183 EST_Features::Entries p; in update_values()
467 EST_Features::Entries p; in load()
/dports/audio/festival/speech_tools/include/
H A DEST_Features.h50 VAL_REGISTER_CLASS_DCLS(feats,EST_Features)
62 class EST_Features {
71 EST_Features();
72 EST_Features(const EST_Features &f);
73 ~EST_Features();
175 EST_Features &A(const EST_String &path, EST_Features &def) const;
236 { EST_Features *ff = new EST_Features(f); in set()
259 EST_Features& operator = (const EST_Features& a);
323 inline bool operator == (const EST_Features &a,const EST_Features &b)
326 void merge_features(EST_Features &to,EST_Features &from);
[all …]
H A DEST_tilt.h61 void default_rfc_params(EST_Features &op);
77 void rfc_analysis(EST_Track &fz, EST_Relation &event_list, EST_Features &op);
81 void tilt_analysis(EST_Track &fz, EST_Relation &event_list, EST_Features &op);
119 void tilt_to_rfc(EST_Features &tilt, EST_Features &rfc);
128 void rfc_to_tilt(EST_Features &rfc, EST_Features &tilt);
H A DEST_features_aux.h74 EST_Val getVal(const EST_Features &f,
80 EST_String getString(const EST_Features &f,
86 float getFloat(const EST_Features &f,
92 int getInteger(const EST_Features &f,
H A Dsiod_est.h52 SIOD_REGISTER_CLASS_DCLS(feats,EST_Features)
63 LISP features_to_lisp(EST_Features &f);
64 void lisp_to_features(LISP lf,EST_Features &f);
69 EST_Features &Param();
H A DEST_FeatureData.h78 EST_Features *p_info;
134 EST_Features info;
140 EST_Features &ginfo() {return info;} in ginfo()
146 void resize(int num_samples, EST_Features &f, bool preserve = 1);
H A DEST_viterbi.h83 EST_Features f;
108 typedef EST_VTCandidate *(*uclist_f_t)(EST_Item *s,EST_Features &f);
110 EST_Features &f);
164 EST_Features f;
H A DEST_Featured.h50 EST_Features *p_features;
65 { if (p_features==NULL) p_features= new EST_Features; } in ensure_features()
123 void f_set(const EST_Features &f) in f_set()
135 struct IPointer_feat { EST_Features::RwEntries i; };
/dports/audio/festival/speech_tools/java/cpp_version/cstr/est/
H A DFeatures.cc106 ? (new EST_Features) in Java_cstr_est_Features_create_1cpp_1features()
107 : (EST_Features *)handle in Java_cstr_est_Features_create_1cpp_1features()
120 EST_Features *features = (EST_Features *) env->GetLongField(self, handle_field); in Java_cstr_est_Features_destroy_1cpp_1features()
131 EST_Features *f = (EST_Features *) env->GetLongField(self, handle_field); in Java_cstr_est_Features_cpp_1featureNames()
134 EST_Features::Entries p; in Java_cstr_est_Features_cpp_1featureNames()
160 EST_Features *f = (EST_Features *) env->GetLongField(self, handle_field); in Java_cstr_est_Features_cpp_1getS()
180 EST_Features *f = (EST_Features *) env->GetLongField(self, handle_field); in Java_cstr_est_Features_cpp_1getF()
197 EST_Features *f = (EST_Features *) env->GetLongField(self, handle_field); in Java_cstr_est_Features_cpp_1get()
241 EST_Features *f = (EST_Features *) env->GetLongField(self, handle_field); in Java_cstr_est_Features_cpp_1set__Ljava_lang_String_2F()
252 EST_Features *f = (EST_Features *) env->GetLongField(self, handle_field); in Java_cstr_est_Features_cpp_1set__Ljava_lang_String_2Ljava_lang_String_2()
[all …]
/dports/audio/festival/speech_tools/intonation/tilt/
H A Dtilt_utils.cc110 float rfc_to_tilt_amp(EST_Features &e) in rfc_to_tilt_amp()
115 float rfc_to_tilt_dur(EST_Features &e) in rfc_to_tilt_dur()
120 float rfc_to_a_tilt(EST_Features &e) in rfc_to_a_tilt()
126 float rfc_to_d_tilt(EST_Features &e) in rfc_to_d_tilt()
132 float rfc_to_t_tilt(EST_Features &e) in rfc_to_t_tilt()
141 float tilt_to_rise_amp(EST_Features &e) in tilt_to_rise_amp()
146 float tilt_to_rise_dur(EST_Features &e) in tilt_to_rise_dur()
172 void rfc_to_tilt(EST_Features &rfc, EST_Features &tilt) in rfc_to_tilt()
182 EST_Features f; in rfc_to_tilt()
197 void tilt_to_rfc(EST_Features &tilt, EST_Features &rfc) in tilt_to_rfc()
[all …]
/dports/audio/festival/speech_tools/main/
H A Dtilt_analysis_main.cc51 void default_rfc_params(EST_Features &op);
52 void override_rfc_params(EST_Features &rfc, EST_Option &al);
53 void rfc_analysis(EST_Track &fz, EST_Relation &ev, EST_Features &op);
57 void set_options(EST_Option &al, EST_Features &op);
59 void option_override(EST_Features &op, EST_Option al,
105 EST_Features op; in main()
110 EST_Features rfc_op; in main()
303 void override_rfc_params(EST_Features &rfc, EST_Option &al) in override_rfc_params()
316 void set_options(EST_Option &al, EST_Features &op) in set_options()
H A Dpda_main.cc44 void set_parameters(EST_Features &a_list, EST_Option &al);
46 void option_override(EST_Features &op, EST_Option al,
95 EST_Features op; in main()
135 void set_parameters(EST_Features &op, EST_Option &al) in set_parameters()
H A Dspectgen_main.cc49 void set_options(EST_Features &op, EST_Option &al);
95 EST_Features op; in main()
136 void set_options(EST_Features &op, EST_Option &al) in set_options()
/dports/audio/festival/speech_tools/include/sigpr/
H A DEST_sigpr_utt.h131 void sigpr_base(EST_Wave &sig, EST_Track &fv, EST_Features &op,
250 void pda(EST_Wave &sig, EST_Track &fz, EST_Features &op, EST_String method="");
273 void default_pda_options(EST_Features &al);
353 void srpd(EST_Wave &sig, EST_Track &fz, EST_Features &options);
359 void smooth_phrase(EST_Track &c, EST_Track &speech, EST_Features &options,
407 void sigpr_delta(EST_Wave &sig, EST_Track &fv, EST_Features &op,
430 void sigpr_acc(EST_Wave &sig, EST_Track &fv, EST_Features &op,
/dports/audio/festival/speech_tools/siod/
H A Dsiod_est.cc212 SIOD_REGISTER_CLASS(feats,EST_Features)
292 EST_Features *f = new EST_Features; in val_lisp()
331 LISP features_to_lisp(EST_Features &f) in features_to_lisp()
335 EST_Features::Entries p; in features_to_lisp()
347 void lisp_to_features(LISP lf,EST_Features &f) in lisp_to_features()
362 EST_Features *f = new EST_Features; in feats_set()
376 EST_Features *f = new EST_Features; in feats_make()
387 EST_Features *f = feats(lf); in feats_remove()
394 EST_Features *f = feats(lf); in feats_present()
401 EST_Features &Param() in Param()
[all …]
/dports/audio/festival/speech_tools/include/ling_class/
H A DEST_Item.h163 EST_Features &A(const EST_String &name) const {return *feats(f(name));} in A()
169 EST_Features &A(const EST_String &name,EST_Features &def) const in A()
170 {EST_Features *ff = new EST_Features(def); in A()
207 void set(const EST_String &name, EST_Features &f) in set()
208 { EST_Features *ff = new EST_Features(f); in set()
252 EST_Features &features() const { return p_contents->f; } in features()
429 void evaluate(EST_Item *a,EST_Features &f);
/dports/audio/festival/festival/src/modules/UniSyn_phonology/
H A Dus_duration.h47 bool operator == (const EST_Features &a, const EST_Features &b);
50 typedef EST_TKVL<EST_String, EST_Features> EST_FeatureList;
/dports/audio/festival/festival/src/arch/festival/
H A Dviterbi.cc43 static EST_VTCandidate *gv_candlist(EST_Item *s,EST_Features &f);
44 static EST_VTPath *gv_npath(EST_VTPath *p,EST_VTCandidate *c,EST_Features &f);
48 int n,int &state,EST_Features &f);
55 EST_Features f; in Gen_Viterbi()
102 static EST_VTCandidate *gv_candlist(EST_Item *s,EST_Features &f) in gv_candlist()
141 static EST_VTPath *gv_npath(EST_VTPath *p,EST_VTCandidate *c,EST_Features &f) in gv_npath()
199 int n,int &state,EST_Features &f) in gv_find_ngram_prob()
/dports/audio/festival/speech_tools/wrappers/interface/python/
H A DEST_Features.i45 static PyObject* features_to_PyDict( EST_Features *features ){ in features_to_PyDict()
47 EST_Features::RwEntries p; in features_to_PyDict()
99 EST_Features::RwEntries p; in item_features_to_PyDict()
148 %typemap(out) EST_Features &
/dports/audio/festival/speech_tools/sigpr/pda/
H A Dsmooth_pda.cc48 void smooth_portion(EST_Track &c, EST_Features &op);
51 static int parse_ms_list(EST_Features &al, struct Ms_Op *ms);
54 void smooth_phrase(EST_Track &fz, EST_Track &speech, EST_Features &op, in smooth_phrase()
93 void smooth_portion(EST_Track &c, EST_Features &op) in smooth_portion()
174 int parse_ms_list(EST_Features &al, struct Ms_Op *ms) in parse_ms_list()
H A Dpda.cc49 static void parse_srpd_list(EST_Features &a_list, struct Srpd_Op *srpd);
51 void pda(EST_Wave &sig, EST_Track &fz, EST_Features &op, EST_String method) in pda()
66 void icda(EST_Wave &sig, EST_Track &fz, EST_Track &speech, EST_Features &op, in icda()
85 void srpd(EST_Wave &sig, EST_Track &fz, EST_Features &op) in srpd()
199 static void parse_srpd_list(EST_Features &al, struct Srpd_Op *srpd) in parse_srpd_list()
227 void default_pda_options(EST_Features &al) in default_pda_options()
/dports/audio/festival/speech_tools/sigpr/
H A Dsigpr_utt.cc52 void sigpr_acc(EST_Wave &sig, EST_Track &fv, EST_Features &op,
55 void sigpr_delta(EST_Wave &sig, EST_Track &fv, EST_Features &op,
60 static void parse_op_settings(EST_Features &op, EST_WindowFunc *&wf, float &f) in parse_op_settings()
75 EST_Features &op, int delta_order) in add_channels_to_map()
136 void sigpr_base(EST_Wave &sig, EST_Track &fv, EST_Features &op, in sigpr_base()
211 void sigpr_delta(EST_Wave &sig, EST_Track &fv, EST_Features &op, in sigpr_delta()
257 void sigpr_acc(EST_Wave &sig, EST_Track &fv, EST_Features &op, in sigpr_acc()
300 void sigpr_acc(EST_Wave &sig, EST_Track &fv, EST_Features &op, in sigpr_acc()
307 void sigpr_delta(EST_Wave &sig, EST_Track &fv, EST_Features &op, in sigpr_delta()

1234