Searched refs:ilpc (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | evrcdec.c | 348 static void decode_predictor_coeffs(const float *ilspf, float *ilpc) in decode_predictor_coeffs() argument 374 ilpc[k - 1] = 2.0 * (a[FILTER_ORDER / 2] + b[FILTER_ORDER / 2]); in decode_predictor_coeffs() 656 float ilspf[FILTER_ORDER], ilpc[FILTER_ORDER], idelay[NB_SUBFRAMES], in frame_erasure() local 711 decode_predictor_coeffs(ilspf, ilpc); in frame_erasure() 735 synthesis_filter(e->pitch + ACB_SIZE, ilpc, in frame_erasure() 737 postfilter(e, tmp, ilpc, samples, pitch_lag, in frame_erasure() 750 float ilspf[FILTER_ORDER], ilpc[FILTER_ORDER], idelay[NB_SUBFRAMES]; in evrc_decode_frame() local 853 decode_predictor_coeffs(ilspf, ilpc); in evrc_decode_frame() 857 bandwidth_expansion(ilpc, ilpc, 0.7 in evrc_decode_frame() [all...] |
Completed in 2 milliseconds