Searched refs:acelpv_ctx (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amrnbdec.c | 143 ACELPVContext acelpv_ctx; ///< context for vector operations for ACELP-based codecs member 197 ff_acelp_vectors_init(&p->acelpv_ctx); in amrnb_decode_init() 298 interpolate_lsf(&p->acelpv_ctx, p->lsf_q, lsf_q); in lsf2lsp_for_mode12k2() 361 interpolate_lsf(&p->acelpv_ctx, p->lsf_q, lsf_q); in lsf2lsp_3() 813 p->acelpv_ctx.weighted_vector_sumf(excitation, p->pitch_vector, fixed_vector, in synthesis() 1087 p->acelpv_ctx.weighted_vector_sumf(p->lsf_avg, p->lsf_avg, p->lsf_q[3], in amrnb_decode_frame()
|
H A D | amrwbdec.c | 91 ACELPVContext acelpv_ctx; ///< context for vector operations for ACELP-based codecs member 134 ff_acelp_vectors_init(&ctx->acelpv_ctx); in amrwb_decode_init() 785 ctx->acelpv_ctx.weighted_vector_sumf(excitation, ctx->pitch_vector, fixed_vector, in synthesis() 1036 ctx->acelpv_ctx.weighted_vector_sumf(e_isf, isf_past, isf, isfp_inter[subframe], in hb_synthesis()
|
Completed in 5 milliseconds