Lines Matching defs:pole_out
277 float *pole_out = buf + LP_FILTER_ORDER;
287 memcpy(pole_out - LP_FILTER_ORDER, ctx->postfilter_mem,
290 ff_celp_lp_synthesis_filterf(pole_out, lpc_d, samples, SUBFR_SIZE,
293 memcpy(ctx->postfilter_mem, pole_out + SUBFR_SIZE - LP_FILTER_ORDER,
296 ff_tilt_compensation(&ctx->tilt_mem, 0.4, pole_out, SUBFR_SIZE);
298 memcpy(pole_out - LP_FILTER_ORDER, ctx->postfilter_mem5k0,
299 LP_FILTER_ORDER*sizeof(*pole_out));
301 memcpy(ctx->postfilter_mem5k0, pole_out + SUBFR_SIZE - LP_FILTER_ORDER,
302 LP_FILTER_ORDER*sizeof(*pole_out));
304 ff_celp_lp_zero_synthesis_filterf(samples, lpc_n, pole_out, SUBFR_SIZE,