Lines Matching defs:period
151 * Sum to data a periodic peak of a given period, width and shape.
153 * @param period the period of the peak divided by 400.0
155 static void add_peak(int period, int width, const float *shape,
168 center = very_broken_op(period, i);
174 center = very_broken_op(period, i);
194 // This is actually the period multiplied by 400. It is just linearly coded
196 int period = min_period +
203 width = ROUNDED_DIV((period + 800) * mtab->peak_per2wid,
206 width = period * mtab->peak_per2wid / (400 * mtab->size);
208 add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len);