Home
last modified time | relevance | path

Searched refs:acelpv_ctx (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Damrnbdec.c142 …ACELPVContext acelpv_ctx; ///< context for vector operations for ACELP-based c… member
188 ff_acelp_vectors_init(&p->acelpv_ctx); in amrnb_decode_init()
288 interpolate_lsf(&p->acelpv_ctx, p->lsf_q, lsf_q); in lsf2lsp_for_mode12k2()
351 interpolate_lsf(&p->acelpv_ctx, p->lsf_q, lsf_q); in lsf2lsp_3()
803 p->acelpv_ctx.weighted_vector_sumf(excitation, p->pitch_vector, fixed_vector, in synthesis()
1073 p->acelpv_ctx.weighted_vector_sumf(p->lsf_avg, p->lsf_avg, p->lsf_q[3], in amrnb_decode_frame()
Damrwbdec.c90 …ACELPVContext acelpv_ctx; ///< context for vector operations for ACELP-based c… member
124 ff_acelp_vectors_init(&ctx->acelpv_ctx); in amrwb_decode_init()
774 ctx->acelpv_ctx.weighted_vector_sumf(excitation, ctx->pitch_vector, fixed_vector, in synthesis()
1025 ctx->acelpv_ctx.weighted_vector_sumf(e_isf, isf_past, isf, isfp_inter[subframe], in hb_synthesis()