Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dilbcdec.c123 int16_t plc_lpc[LPC_FILTERORDER + 1]; member
950 int16_t *plc_lpc, /* (o) concealed LP parameters */ in do_plc() argument
1184 memcpy(plc_lpc, (*s).prev_lpc, (LPC_FILTERORDER + 1) * 2); in do_plc()
1191 memcpy(plc_lpc, lpc, (LPC_FILTERORDER + 1) * 2); in do_plc()
1197 memcpy(s->prev_lpc, plc_lpc, (LPC_FILTERORDER + 1) * 2); in do_plc()
1388 do_plc(s->plc_residual, s->plc_lpc, 0, in ilbc_decode_frame()