Lines Matching defs:width
42 static void add_peak(float period, int width, const float *shape,
49 for (i = 0; i < width / 2; i++)
52 for (i = 1; i < ROUNDED_DIV(len, width); i++) {
54 for (j = -width / 2; j < (width + 1) / 2; j++)
60 for (j = -width / 2; j < (width + 1) / 2 && shape < shape_end; j++)
71 int width;
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);