Home
last modified time | relevance | path

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

/dports/audio/festival/festival/src/modules/UniSyn/
H A Dus_unit.cc603 int smooth_end_index = right_start_index+5; in us_linear_smooth_amplitude() local
616 factor_incr = (1.0-right_factor)/(float)(smooth_end_index-right_start_index); in us_linear_smooth_amplitude()
617 for( int i=right_start_index; i<=smooth_end_index; ++i, factor+=factor_incr){ in us_linear_smooth_amplitude()