Lines Matching defs:buf_out
912 * @param buf_out output of the filter
914 static void postfilter(AMRContext *p, float *lpc, float *buf_out)
945 p->celpf_ctx.celp_lp_zero_synthesis_filterf(buf_out, lpc_n,
949 ff_tilt_compensation(&p->tilt_mem, tilt_factor(p, lpc_n, lpc_d), buf_out,
952 ff_adaptive_gain_control(buf_out, buf_out, speech_gain, AMR_SUBFRAME_SIZE,
979 float *buf_out = (float *)frame->extended_data[ch];
1068 postfilter(p, p->lpc[subframe], buf_out + subframe * AMR_SUBFRAME_SIZE);
1075 p->acelpf_ctx.acelp_apply_order_2_transfer_function(buf_out,
1076 buf_out, highpass_zeros,