Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg729dec.c115 int16_t lsp_buf[2][10]; ///< (0.15) LSP coefficients (previous and current frames) (3.2.5) member
378 ctx->lsp[0] = ctx->lsp_buf[0]; in decoder_init()
379 ctx->lsp[1] = ctx->lsp_buf[1]; in decoder_init()