FFmpeg
|
#include <celt.h>
Data Fields | |
AVCodecContext * | avctx |
AVTXContext * | tx [4] |
av_tx_fn | tx_fn [4] |
AVFloatDSPContext * | dsp |
CeltBlock | block [2] |
struct CeltPVQ * | pvq |
OpusDSP | opusdsp |
int | channels |
int | output_channels |
int | apply_phase_inv |
enum CeltBlockSize | size |
int | start_band |
int | end_band |
int | coded_bands |
int | transient |
int | pfilter |
int | skip_band_floor |
int | tf_select |
int | alloc_trim |
int | alloc_boost [CELT_MAX_BANDS] |
int | blocks |
int | blocksize |
int | silence |
int | anticollapse_needed |
int | anticollapse |
int | intensity_stereo |
int | dual_stereo |
int | flushed |
uint32_t | seed |
enum CeltSpread | spread |
int | pf_octave |
int | pf_period |
int | pf_tapset |
float | pf_gain |
int | framebits |
int | remaining |
int | remaining2 |
int | caps [CELT_MAX_BANDS] |
int | fine_bits [CELT_MAX_BANDS] |
int | fine_priority [CELT_MAX_BANDS] |
int | pulses [CELT_MAX_BANDS] |
int | tf_change [CELT_MAX_BANDS] |
AVCodecContext* CeltFrame::avctx |
Definition at line 100 of file celt.h.
Referenced by ff_celt_init().
AVTXContext* CeltFrame::tx[4] |
Definition at line 101 of file celt.h.
Referenced by ff_celt_free(), and ff_celt_init().
av_tx_fn CeltFrame::tx_fn[4] |
Definition at line 102 of file celt.h.
Referenced by ff_celt_init().
AVFloatDSPContext* CeltFrame::dsp |
Definition at line 103 of file celt.h.
Referenced by ff_celt_free(), and ff_celt_init().
struct CeltPVQ* CeltFrame::pvq |
Definition at line 105 of file celt.h.
Referenced by ff_celt_free(), and ff_celt_init().
OpusDSP CeltFrame::opusdsp |
Definition at line 106 of file celt.h.
Referenced by ff_celt_init().
int CeltFrame::output_channels |
Definition at line 108 of file celt.h.
Referenced by ff_celt_init().
int CeltFrame::apply_phase_inv |
Definition at line 109 of file celt.h.
Referenced by ff_celt_init().
enum CeltBlockSize CeltFrame::size |
int CeltFrame::alloc_boost[CELT_MAX_BANDS] |
Definition at line 120 of file celt.h.
Referenced by celt_gauge_psy_weight().
enum CeltSpread CeltFrame::spread |
Definition at line 130 of file celt.h.
Referenced by celt_gauge_psy_weight().
int CeltFrame::framebits |
Definition at line 139 of file celt.h.
Referenced by celt_gauge_psy_weight().
int CeltFrame::caps[CELT_MAX_BANDS] |
int CeltFrame::fine_bits[CELT_MAX_BANDS] |
int CeltFrame::fine_priority[CELT_MAX_BANDS] |
int CeltFrame::pulses[CELT_MAX_BANDS] |
int CeltFrame::tf_change[CELT_MAX_BANDS] |