Searched refs:qnt_lpc (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | g723_1enc.c | 635 * @param qnt_lpc quantized lpc coefficients 641 static void synth_percept_filter(int16_t *qnt_lpc, int16_t *perf_lpc, in synth_percept_filter() argument 657 temp -= qnt_lpc[j - 1] * bptr_16[i - j]; in synth_percept_filter() 1105 int16_t qnt_lpc[LPC_ORDER * SUBFRAMES]; in g723_1_encode_frame() local 1158 ff_g723_1_lsp_interpolate(qnt_lpc, cur_lsp, p->prev_lsp); in g723_1_encode_frame() 1178 synth_percept_filter(qnt_lpc + offset, weighted_lpc + (offset << 1), in g723_1_encode_frame() 1187 synth_percept_filter(qnt_lpc + offset, weighted_lpc + (offset << 1), in g723_1_encode_frame() 1213 synth_percept_filter(qnt_lpc + offset, weighted_lpc + (offset << 1), in g723_1_encode_frame()
|
Completed in 2 milliseconds