Lines Matching full:curve
151 st->curve = (float*)speex_alloc(128*sizeof(float));
243 speex_free (st->curve);
416 compute_curve(st->psy, st->psy_window, st->curve);
417 /*print_vec(st->curve, 128, "curve");*/
419 SPEEX_COPY(st->old_curve, st->curve, 128);
691 curr_curve[i] = (1.0f-fact)*st->old_curve[i] + fact*st->curve[i];
899 SPEEX_COPY(st->old_curve, st->curve, 128);