Libav
Data Fields
CeltFrame Struct Reference

Data Fields

float energy [CELT_MAX_BANDS]
 
float prev_energy [2][CELT_MAX_BANDS]
 
uint8_t collapse_masks [CELT_MAX_BANDS]
 
float buf [2048]
 
int pf_period_new
 
float pf_gains_new [3]
 
int pf_period
 
float pf_gains [3]
 
int pf_period_old
 
float pf_gains_old [3]
 
float deemph_coeff
 

Detailed Description

Definition at line 41 of file opus_celt.c.

Field Documentation

§ energy

float CeltFrame::energy[CELT_MAX_BANDS]

§ prev_energy

float CeltFrame::prev_energy[2][CELT_MAX_BANDS]

Definition at line 43 of file opus_celt.c.

Referenced by ff_celt_decode_frame(), ff_celt_flush(), and process_anticollapse().

§ collapse_masks

uint8_t CeltFrame::collapse_masks[CELT_MAX_BANDS]

Definition at line 45 of file opus_celt.c.

Referenced by celt_decode_bands(), ff_celt_decode_frame(), and process_anticollapse().

§ buf

float CeltFrame::buf[2048]

Definition at line 48 of file opus_celt.c.

Referenced by celt_postfilter(), ff_celt_decode_frame(), and ff_celt_flush().

§ pf_period_new

int CeltFrame::pf_period_new

Definition at line 51 of file opus_celt.c.

Referenced by celt_postfilter(), and parse_postfilter().

§ pf_gains_new

float CeltFrame::pf_gains_new[3]

Definition at line 52 of file opus_celt.c.

Referenced by celt_postfilter(), ff_celt_flush(), and parse_postfilter().

§ pf_period

int CeltFrame::pf_period

§ pf_gains

float CeltFrame::pf_gains[3]

§ pf_period_old

int CeltFrame::pf_period_old

Definition at line 55 of file opus_celt.c.

Referenced by celt_postfilter(), and celt_postfilter_apply_transition().

§ pf_gains_old

float CeltFrame::pf_gains_old[3]

Definition at line 56 of file opus_celt.c.

Referenced by celt_postfilter(), celt_postfilter_apply_transition(), and ff_celt_flush().

§ deemph_coeff

float CeltFrame::deemph_coeff

Definition at line 58 of file opus_celt.c.

Referenced by ff_celt_decode_frame(), and ff_celt_flush().


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