Home
last modified time | relevance | path

Searched refs:full_coefs (Results 1 – 4 of 4) sorted by relevance

/dports/audio/festival/festival/src/modules/UniSyn_diphone/
H A Dus_diphone_unit.cc151 EST_Track full_coefs, dcoefs, *coefs; in load_separate_diphone() local
154 if (full_coefs.load(diph_index->coef_dir + "/" in load_separate_diphone()
183 full_coefs.t(pm_middle) - in load_separate_diphone()
184 full_coefs.t(pm_start)); in load_separate_diphone()
187 full_coefs.t(pm_end) - in load_separate_diphone()
188 full_coefs.t(pm_middle)); in load_separate_diphone()
193 *f = full_coefs; in load_separate_diphone()
219 if (pm_end+1 < full_coefs.num_frames()) in load_separate_diphone()
244 EST_Track *full_coefs; in load_full_diphone() local
246 full_coefs = new EST_Track; in load_full_diphone()
[all …]
H A Dus_diphone_index.cc532 EST_Track *full_coefs, *sub_coefs; in us_full_cut() local
543 full_coefs = track(s->f("full_coefs")); in us_full_cut()
546 pm_start = full_coefs->index(s->F("diphone_start")); in us_full_cut()
547 pm_middle = full_coefs->index(s->F("diphone_middle")); in us_full_cut()
548 pm_end = full_coefs->index(s->F("diphone_end")); in us_full_cut()
550 full_coefs->copy_sub_track(*sub_coefs, pm_start, in us_full_cut()
553 start_time = full_coefs->t(Gof((pm_start - 1), 0)); in us_full_cut()
563 samp_start = (int)(full_coefs->t(Gof((pm_start - 1), 0)) in us_full_cut()
565 if (pm_end+1 < full_coefs->num_frames()) in us_full_cut()
567 samp_end = (int)(full_coefs->t(pm_end) in us_full_cut()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dmoindexspace.cc51 MOIndexSpace::MOIndexSpace(std::string name, const RefSCMatrix& full_coefs, in MOIndexSpace() argument
58 full_coefs_to_coefs(full_coefs, evals); in MOIndexSpace()
63 MOIndexSpace::MOIndexSpace(std::string name, const RefSCMatrix& full_coefs, in MOIndexSpace() argument
70 if (nfzc < 0 || nfzc >= full_coefs.coldim().n()) in MOIndexSpace()
72 if (nfzc + nfzv >= full_coefs.coldim().n()) in MOIndexSpace()
75 full_coefs_to_coefs(full_coefs, evals); in MOIndexSpace()
83 full_rank_(full_coefs.coldim().n()), moorder_(symmetry) in MOIndexSpace()
85 Ref<SCBlockInfo> modim_blocks = full_coefs.coldim()->blocks(); in MOIndexSpace()
94 full_coefs_to_coefs(full_coefs, 0); in MOIndexSpace()
346 RefSCDimension aodim = full_coefs.rowdim(); in full_coefs_to_coefs()
[all …]
H A Dmoindexspace.h80 MOIndexSpace(std::string name, const RefSCMatrix& full_coefs,
90 MOIndexSpace(std::string name, const RefSCMatrix& full_coefs,
95 MOIndexSpace(std::string name, const RefSCMatrix& full_coefs,
169 void full_coefs_to_coefs(const RefSCMatrix& full_coefs, const RefDiagSCMatrix& evals);