FFmpeg
|
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 |
Definition at line 41 of file opus_celt.c.
float CeltFrame::energy[CELT_MAX_BANDS] |
Definition at line 42 of file opus_celt.c.
Referenced by celt_decode_coarse_energy(), celt_decode_final_energy(), celt_decode_fine_energy(), celt_denormalize(), ff_celt_decode_frame(), ff_celt_flush(), and process_anticollapse().
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().
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().
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().
int CeltFrame::pf_period_new |
Definition at line 51 of file opus_celt.c.
Referenced by celt_postfilter(), and parse_postfilter().
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().
int CeltFrame::pf_period |
Definition at line 53 of file opus_celt.c.
Referenced by celt_postfilter(), celt_postfilter_apply(), and celt_postfilter_apply_transition().
float CeltFrame::pf_gains[3] |
Definition at line 54 of file opus_celt.c.
Referenced by celt_postfilter(), celt_postfilter_apply(), celt_postfilter_apply_transition(), and ff_celt_flush().
int CeltFrame::pf_period_old |
Definition at line 55 of file opus_celt.c.
Referenced by celt_postfilter(), and celt_postfilter_apply_transition().
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().
float CeltFrame::deemph_coeff |
Definition at line 58 of file opus_celt.c.
Referenced by ff_celt_decode_frame(), and ff_celt_flush().