FFmpeg
Data Fields
NellyMoserEncodeContext Struct Reference

Data Fields

AVCodecContextavctx
 
int last_frame
 
AVFloatDSPContextfdsp
 
FFTContext mdct_ctx
 
AudioFrameQueue afq
 
float mdct_out [NELLY_SAMPLES]
 
float in_buff [NELLY_SAMPLES]
 
float buf [3 *NELLY_BUF_LEN]
 sample buffer More...
 
float(* opt )[OPT_SIZE]
 
uint8_t(* path )[OPT_SIZE]
 

Detailed Description

Definition at line 56 of file nellymoserenc.c.

Field Documentation

◆ avctx

AVCodecContext* NellyMoserEncodeContext::avctx

Definition at line 57 of file nellymoserenc.c.

◆ last_frame

int NellyMoserEncodeContext::last_frame

Definition at line 58 of file nellymoserenc.c.

◆ fdsp

AVFloatDSPContext* NellyMoserEncodeContext::fdsp

Definition at line 59 of file nellymoserenc.c.

◆ mdct_ctx

FFTContext NellyMoserEncodeContext::mdct_ctx

Definition at line 60 of file nellymoserenc.c.

◆ afq

AudioFrameQueue NellyMoserEncodeContext::afq

Definition at line 61 of file nellymoserenc.c.

◆ mdct_out

float NellyMoserEncodeContext::mdct_out[NELLY_SAMPLES]

Definition at line 62 of file nellymoserenc.c.

◆ in_buff

float NellyMoserEncodeContext::in_buff[NELLY_SAMPLES]

Definition at line 63 of file nellymoserenc.c.

◆ buf

float NellyMoserEncodeContext::buf[3 *NELLY_BUF_LEN]

sample buffer

Definition at line 64 of file nellymoserenc.c.

◆ opt

float(* NellyMoserEncodeContext::opt)[OPT_SIZE]

Definition at line 65 of file nellymoserenc.c.

◆ path

uint8_t(* NellyMoserEncodeContext::path)[OPT_SIZE]

Definition at line 66 of file nellymoserenc.c.


The documentation for this struct was generated from the following file: