Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c125 int16_t plc_lpc[LPC_FILTERORDER + 1]; member
952 int16_t *plc_lpc, /* (o) concealed LP parameters */ in do_plc()
1186 memcpy(plc_lpc, (*s).prev_lpc, (LPC_FILTERORDER + 1) * 2); in do_plc()
1193 memcpy(plc_lpc, lpc, (LPC_FILTERORDER + 1) * 2); in do_plc()
1199 memcpy(s->prev_lpc, plc_lpc, (LPC_FILTERORDER + 1) * 2); in do_plc()
1389 do_plc(s->plc_residual, s->plc_lpc, 0, in ilbc_decode_frame()
951 do_plc(int16_t *plc_residual, int16_t *plc_lpc, int16_t PLI, int16_t *decresidual, int16_t *lpc, int16_t inlag, ILBCContext *s) do_plc() argument

Completed in 3 milliseconds