Searched refs:lsp_init (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | g729data.h | 351 static const int16_t lsp_init[10]= { /* (0.15) */ variable |
D | g729dec.c | 380 memcpy(ctx->lsp[0], lsp_init, 10 * sizeof(int16_t)); in decoder_init() |