| 
    FFmpeg
    
   | 
 
#include <math.h>#include "libavutil/common.h"#include "avcodec.h"#include "celp_filters.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, void *data, int *got_frame_ptr, AVPacket *avpkt) | 
Variables | |
| AVCodec | ff_comfortnoise_decoder | 
      
  | 
  static | 
Definition at line 41 of file cngdec.c.
Referenced by cng_decode_init().
      
  | 
  static | 
      
  | 
  static | 
Definition at line 79 of file cngdec.c.
Referenced by cng_decode_frame().
      
  | 
  static | 
      
  | 
  static | 
| AVCodec ff_comfortnoise_decoder | 
 1.8.2