Home
last modified time | relevance | path

Searched refs:hb_lpc (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Damrwbdec.c1029 float hb_lpc[LP_ORDER_16k]; in hb_synthesis() local
1043 ff_amrwb_lsp2lpc(e_isp, hb_lpc, LP_ORDER_16k); in hb_synthesis()
1045 lpc_weighting(hb_lpc, hb_lpc, 0.9, LP_ORDER_16k); in hb_synthesis()
1047 lpc_weighting(hb_lpc, ctx->lp_coef[subframe], 0.6, LP_ORDER); in hb_synthesis()
1050 ctx->celpf_ctx.celp_lp_synthesis_filterf(samples, hb_lpc, exc, AMRWB_SFR_SIZE_16k, in hb_synthesis()

Completed in 3 milliseconds