Searched refs:celpf_ctx (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amrnbdec.c | 144 CELPFContext celpf_ctx; ///< context for filters for CELP-based codecs member 198 ff_celp_filter_init(&p->celpf_ctx); in amrnb_decode_init() 833 p->celpf_ctx.celp_lp_synthesis_filterf(samples, lpc, excitation, in synthesis() 894 p->celpf_ctx.celp_lp_synthesis_filterf(hf, lpc_d, hf, in tilt_factor() 940 p->celpf_ctx.celp_lp_synthesis_filterf(pole_out + LP_FILTER_ORDER, lpc_d, samples, in postfilter() 945 p->celpf_ctx.celp_lp_zero_synthesis_filterf(buf_out, lpc_n, in postfilter()
|
H A D | amrwbdec.c | 92 CELPFContext celpf_ctx; ///< context for filters for CELP-based codecs member 135 ff_celp_filter_init(&ctx->celpf_ctx); in amrwb_decode_init() 805 ctx->celpf_ctx.celp_lp_synthesis_filterf(samples, lpc, excitation, in synthesis() 1050 ctx->celpf_ctx.celp_lp_synthesis_filterf(samples, hb_lpc, exc, AMRWB_SFR_SIZE_16k, in hb_synthesis()
|
Completed in 5 milliseconds