Home
last modified time | relevance | path

Searched refs:window_symmetric (Results 1 – 3 of 3) sorted by relevance

/dports/audio/festival/festival/src/modules/UniSyn/
H A Dus_unit.cc66 bool window_symmetric,
164 bool window_symmetric, in window_signal() argument
178 if( window_symmetric ) in window_signal()
259 bool window_symmetric, in window_units() argument
289 window_function, window_symmetric, pm_indices); in window_units()
297 bool window_symmetric=true) in us_unit_concat() argument
315 if( !window_symmetric ) in us_unit_concat()
319 window_factor, window_name, window_symmetric, pm_indices); in us_unit_concat()
323 if( !window_symmetric ) in us_unit_concat()
H A DUniSyn.cc93 bool window_symmetric; in FT_us_unit_concat() local
100 window_symmetric = (f->I("window_symmetric",1) == 0) ? false : true; in FT_us_unit_concat()
102 us_unit_concat(*get_c_utt(lutt), window_factor, window_name, false, window_symmetric); in FT_us_unit_concat()
H A DUniSyn.h109 bool window_symmetric=true);