Lines Matching refs:old_curve
152 st->old_curve = (float*)speex_alloc(128*sizeof(float));244 speex_free (st->old_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);