Searched refs:celpf_ctx (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | amrnbdec.c | 143 CELPFContext celpf_ctx; ///< context for filters for CELP-based codecs member 189 ff_celp_filter_init(&p->celpf_ctx); in amrnb_decode_init() 823 p->celpf_ctx.celp_lp_synthesis_filterf(samples, lpc, excitation, in synthesis() 884 p->celpf_ctx.celp_lp_synthesis_filterf(hf, lpc_d, hf, in tilt_factor() 930 p->celpf_ctx.celp_lp_synthesis_filterf(pole_out + LP_FILTER_ORDER, lpc_d, samples, in postfilter() 935 p->celpf_ctx.celp_lp_zero_synthesis_filterf(buf_out, lpc_n, in postfilter()
|
D | amrwbdec.c | 91 CELPFContext celpf_ctx; ///< context for filters for CELP-based codecs member 125 ff_celp_filter_init(&ctx->celpf_ctx); in amrwb_decode_init() 794 ctx->celpf_ctx.celp_lp_synthesis_filterf(samples, lpc, excitation, in synthesis() 1039 ctx->celpf_ctx.celp_lp_synthesis_filterf(samples, hb_lpc, exc, AMRWB_SFR_SIZE_16k, in hb_synthesis()
|