Lines Matching defs:fixed_vector
181 float *fixed_vector)
186 fixed_vector[i] += beta * fixed_vector[i - pitch_lag_int];
392 float fixed_vector[SUBFR_SIZE];
412 convolute_with_sparse(fixed_vector, &fixed_cb, impulse_response,
415 avg_energy = (0.01 + avpriv_scalarproduct_float_c(fixed_vector,
416 fixed_vector,
427 ff_weighted_vector_sumf(excitation, excitation, fixed_vector,
438 fixed_vector[j] = excitation[j] - gain_code * fixed_vector[j];
441 postfilter_5k0(ctx, pAz, fixed_vector);
448 ff_celp_lp_synthesis_filterf(synth + i*SUBFR_SIZE, pAz, fixed_vector,