76     int16_t *samples = (int16_t*) frame->
data[0];
 
   85         energy += samples[i] * samples[i];
 
   89         double dbov = 10 * log10(energy / 1081109975);
 
   90         qdbov = av_clip_uintp2(-floor(dbov), 7);
 
   95     avpkt->
data[0] = qdbov;
 
   96     for (i = 0; i < p->
order; i++)
 
  106     .
name           = 
"comfortnoise",
 
This structure describes decoded (raw) audio or video data. 
static av_cold int init(AVCodecContext *avctx)
int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size)
Check AVPacket size and/or allocate data. 
int ff_lpc_calc_ref_coefs(LPCContext *s, const int32_t *samples, int order, double *ref)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered. 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
const char * name
Name of the codec implementation. 
av_cold void ff_lpc_end(LPCContext *s)
Uninitialize LPCContext. 
#define av_assert1(cond)
assert() equivalent, that does not lie in speed critical code. 
AVCodec ff_comfortnoise_encoder
static av_cold int cng_encode_close(AVCodecContext *avctx)
int frame_size
Number of samples per channel in an audio frame. 
Libavcodec external API header. 
AVSampleFormat
Audio sample formats. 
main external API structure. 
Levinson-Durbin recursion. 
av_cold int ff_lpc_init(LPCContext *s, int blocksize, int max_order, enum FFLPCType lpc_type)
Initialize LPCContext. 
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes. 
static int cng_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
common internal api header. 
common internal and external API header 
int channels
number of audio channels 
static enum AVSampleFormat sample_fmts[]
static av_cold int cng_encode_init(AVCodecContext *avctx)
#define av_malloc_array(a, b)
This structure stores compressed data. 
int nb_samples
number of audio samples (per channel) described by this frame