Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dg723_1enc.c636 * @param perf_lpc perceptual filter coefficients
641 static void synth_percept_filter(int16_t *qnt_lpc, int16_t *perf_lpc, in synth_percept_filter() argument
666 fir -= perf_lpc[j - 1] * bptr_16[i - j]; in synth_percept_filter()
667 iir += perf_lpc[j + LPC_ORDER - 1] * dest[i - j]; in synth_percept_filter()

Completed in 3 milliseconds