#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",
}
static av_cold void cng_decode_flush(AVCodecContext *avctx)
static av_cold int cng_decode_close(AVCodecContext *avctx)
static av_cold int cng_decode_init(AVCodecContext *avctx)
static int cng_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
@ AV_CODEC_ID_COMFORT_NOISE
Definition at line 166 of file cngdec.c.