#include <math.h>
#include "libavutil/common.h"
#include "libavutil/ffmath.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "celp_filters.h"
#include "codec_internal.h"
#include "decode.h"
#include "internal.h"
#include "libavutil/lfg.h"
Go to the source code of this file.
◆ cng_decode_close()
◆ cng_decode_init()
◆ make_lpc_coefs()
static void make_lpc_coefs |
( |
float * |
lpc, |
|
|
const float * |
refl, |
|
|
int |
order |
|
) |
| |
|
static |
◆ cng_decode_flush()
◆ cng_decode_frame()
◆ ff_comfortnoise_decoder
const FFCodec ff_comfortnoise_decoder |
Initial value:= {
.p.name = "comfortnoise",
}
Definition at line 166 of file cngdec.c.