FFmpeg
|
#include <opus_celt.h>
Definition at line 93 of file opus_celt.h.
AVCodecContext* CeltFrame::avctx |
Definition at line 95 of file opus_celt.h.
Referenced by ff_celt_init().
MDCT15Context* CeltFrame::imdct[4] |
Definition at line 96 of file opus_celt.h.
Referenced by ff_celt_free(), and ff_celt_init().
AVFloatDSPContext* CeltFrame::dsp |
Definition at line 97 of file opus_celt.h.
Referenced by ff_celt_free(), and ff_celt_init().
CeltBlock CeltFrame::block[2] |
Definition at line 98 of file opus_celt.h.
CeltPVQ* CeltFrame::pvq |
Definition at line 99 of file opus_celt.h.
Referenced by ff_celt_free(), and ff_celt_init().
OpusDSP CeltFrame::opusdsp |
Definition at line 100 of file opus_celt.h.
Referenced by ff_celt_init().
int CeltFrame::channels |
Definition at line 101 of file opus_celt.h.
int CeltFrame::output_channels |
Definition at line 102 of file opus_celt.h.
Referenced by ff_celt_init().
int CeltFrame::apply_phase_inv |
Definition at line 103 of file opus_celt.h.
Referenced by ff_celt_init().
enum CeltBlockSize CeltFrame::size |
Definition at line 105 of file opus_celt.h.
int CeltFrame::start_band |
Definition at line 106 of file opus_celt.h.
int CeltFrame::end_band |
Definition at line 107 of file opus_celt.h.
int CeltFrame::coded_bands |
Definition at line 108 of file opus_celt.h.
int CeltFrame::transient |
Definition at line 109 of file opus_celt.h.
int CeltFrame::pfilter |
Definition at line 110 of file opus_celt.h.
int CeltFrame::skip_band_floor |
Definition at line 111 of file opus_celt.h.
int CeltFrame::tf_select |
Definition at line 112 of file opus_celt.h.
int CeltFrame::alloc_trim |
Definition at line 113 of file opus_celt.h.
int CeltFrame::alloc_boost[CELT_MAX_BANDS] |
Definition at line 114 of file opus_celt.h.
Referenced by celt_gauge_psy_weight().
int CeltFrame::blocks |
Definition at line 115 of file opus_celt.h.
int CeltFrame::blocksize |
Definition at line 116 of file opus_celt.h.
int CeltFrame::silence |
Definition at line 117 of file opus_celt.h.
int CeltFrame::anticollapse_needed |
Definition at line 118 of file opus_celt.h.
int CeltFrame::anticollapse |
Definition at line 119 of file opus_celt.h.
int CeltFrame::intensity_stereo |
Definition at line 120 of file opus_celt.h.
int CeltFrame::dual_stereo |
Definition at line 121 of file opus_celt.h.
int CeltFrame::flushed |
Definition at line 122 of file opus_celt.h.
uint32_t CeltFrame::seed |
Definition at line 123 of file opus_celt.h.
enum CeltSpread CeltFrame::spread |
Definition at line 124 of file opus_celt.h.
Referenced by celt_gauge_psy_weight().
int CeltFrame::pf_octave |
Definition at line 127 of file opus_celt.h.
int CeltFrame::pf_period |
Definition at line 128 of file opus_celt.h.
int CeltFrame::pf_tapset |
Definition at line 129 of file opus_celt.h.
float CeltFrame::pf_gain |
Definition at line 130 of file opus_celt.h.
int CeltFrame::framebits |
Definition at line 133 of file opus_celt.h.
Referenced by celt_gauge_psy_weight().
int CeltFrame::remaining |
Definition at line 134 of file opus_celt.h.
int CeltFrame::remaining2 |
Definition at line 135 of file opus_celt.h.
int CeltFrame::caps[CELT_MAX_BANDS] |
Definition at line 136 of file opus_celt.h.
int CeltFrame::fine_bits[CELT_MAX_BANDS] |
Definition at line 137 of file opus_celt.h.
int CeltFrame::fine_priority[CELT_MAX_BANDS] |
Definition at line 138 of file opus_celt.h.
int CeltFrame::pulses[CELT_MAX_BANDS] |
Definition at line 139 of file opus_celt.h.
int CeltFrame::tf_change[CELT_MAX_BANDS] |
Definition at line 140 of file opus_celt.h.