Lines Matching refs:period
42 static void add_peak(float period, int width, const float *shape,
53 center = (int)(i * period + 0.5);
59 center = (int)(i * period + 0.5);
74 float min_period, max_period, period_range, period;
87 period = min_period + period_coef * period_range /
90 period = powf(2.0, period);
92 period = (int)(period * 400 + 0.5) / 400.0;
103 width = (int)(some_mult / (mtab->size / period) * mtab->ppc_shape_len);
105 width = (int)((2.0 / period + 1) * width + 0.5);
113 add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len);