FFmpeg
Data Fields
CNGContext Struct Reference

Data Fields

floatrefl_coef
 
floattarget_refl_coef
 
floatlpc_coef
 
int order
 
int energy
 
int target_energy
 
int inited
 
floatfilter_out
 
floatexcitation
 
AVLFG lfg
 
LPCContext lpc
 
int32_tsamples32
 
doubleref_coef
 

Detailed Description

Definition at line 34 of file cngdec.c.

Field Documentation

◆ refl_coef

float* CNGContext::refl_coef

Definition at line 35 of file cngdec.c.

Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().

◆ target_refl_coef

float * CNGContext::target_refl_coef

Definition at line 35 of file cngdec.c.

Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().

◆ lpc_coef

float* CNGContext::lpc_coef

Definition at line 36 of file cngdec.c.

Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().

◆ order

int CNGContext::order

Definition at line 37 of file cngdec.c.

Referenced by cng_decode_frame(), cng_decode_init(), cng_encode_frame(), and cng_encode_init().

◆ energy

int CNGContext::energy

Definition at line 38 of file cngdec.c.

Referenced by cng_decode_frame().

◆ target_energy

int CNGContext::target_energy

Definition at line 38 of file cngdec.c.

Referenced by cng_decode_frame().

◆ inited

int CNGContext::inited

Definition at line 39 of file cngdec.c.

Referenced by cng_decode_flush(), and cng_decode_frame().

◆ filter_out

float* CNGContext::filter_out

Definition at line 40 of file cngdec.c.

Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().

◆ excitation

float* CNGContext::excitation

Definition at line 41 of file cngdec.c.

Referenced by cng_decode_close(), cng_decode_frame(), and cng_decode_init().

◆ lfg

AVLFG CNGContext::lfg

Definition at line 42 of file cngdec.c.

Referenced by cng_decode_frame(), and cng_decode_init().

◆ lpc

LPCContext CNGContext::lpc

Definition at line 33 of file cngenc.c.

Referenced by cng_encode_close(), cng_encode_frame(), and cng_encode_init().

◆ samples32

int32_t* CNGContext::samples32

Definition at line 35 of file cngenc.c.

Referenced by cng_encode_close(), cng_encode_frame(), and cng_encode_init().

◆ ref_coef

double* CNGContext::ref_coef

Definition at line 36 of file cngenc.c.

Referenced by cng_encode_close(), cng_encode_frame(), and cng_encode_init().


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