Searched refs:synth_fixed_vector (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | amrnbdec.c | 978 const float *synth_fixed_vector; // pointer to the fixed vector that synthesis should use in amrnb_decode_frame() local 1057 synth_fixed_vector = anti_sparseness(p, &fixed_sparse, p->fixed_vector, in amrnb_decode_frame() 1061 synth_fixed_vector, &p->samples_in[LP_FILTER_ORDER], 0)) in amrnb_decode_frame() 1066 synth_fixed_vector, &p->samples_in[LP_FILTER_ORDER], 1); in amrnb_decode_frame()
|
H A D | amrwbdec.c | 1124 float *synth_fixed_vector; // pointer to the fixed vector that synthesis should use in amrwb_decode_frame() local 1234 synth_fixed_vector = anti_sparseness(ctx, ctx->fixed_vector, in amrwb_decode_frame() 1237 pitch_enhancer(synth_fixed_vector, voice_fac); in amrwb_decode_frame() 1240 synth_fixed_vector, &ctx->samples_az[LP_ORDER]); in amrwb_decode_frame()
|
Completed in 5 milliseconds