FFmpeg
|
#include <math.h>
#include "libavutil/common.h"
#include "libavutil/ffmath.h"
#include "libavutil/intreadwrite.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.
Data Structures | |
struct | CNGContext |
Functions | |
static av_cold int | cng_decode_close (AVCodecContext *avctx) |
static av_cold int | cng_decode_init (AVCodecContext *avctx) |
static void | make_lpc_coefs (float *lpc, const float *refl, int order) |
static void | cng_decode_flush (AVCodecContext *avctx) |
static int | cng_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) |
Variables | |
const FFCodec | ff_comfortnoise_decoder |
|
static |
|
static |
Definition at line 83 of file cngdec.c.
Referenced by cng_decode_frame().
|
static |
|
static |
const FFCodec ff_comfortnoise_decoder |