|
FFmpeg
|
#include <opusenc_psy.h>
Data Fields | |
| AVCodecContext * | avctx |
| AVFloatDSPContext * | dsp |
| struct FFBufQueue * | bufqueue |
| OpusEncOptions * | options |
| PsyChain | cs [128] |
| int | cs_num |
| OpusBandExcitation | ex [OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
| FFBesselFilter | bfilter_lo [OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
| FFBesselFilter | bfilter_hi [OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
| OpusPsyStep * | steps [FF_BUFQUEUE_SIZE+1] |
| int | max_steps |
| float * | window [CELT_BLOCK_NB] |
| MDCT15Context * | mdct [CELT_BLOCK_NB] |
| int | bsize_analysis |
| float | scratch [2048] |
| float | rc_waste |
| float | avg_is_band |
| int64_t | dual_stereo_used |
| int64_t | total_packets_out |
| FFBesselFilter | lambda_lp |
| OpusPacketInfo | p |
| int | redo_analysis |
| int | buffered_steps |
| int | steps_to_process |
| int | eof |
| float | lambda |
| int * | inflection_points |
| int | inflection_points_count |
Definition at line 54 of file opusenc_psy.h.
| AVCodecContext* OpusPsyContext::avctx |
Definition at line 55 of file opusenc_psy.h.
| AVFloatDSPContext* OpusPsyContext::dsp |
Definition at line 56 of file opusenc_psy.h.
| struct FFBufQueue* OpusPsyContext::bufqueue |
Definition at line 57 of file opusenc_psy.h.
| OpusEncOptions* OpusPsyContext::options |
Definition at line 58 of file opusenc_psy.h.
| PsyChain OpusPsyContext::cs[128] |
Definition at line 60 of file opusenc_psy.h.
| int OpusPsyContext::cs_num |
Definition at line 61 of file opusenc_psy.h.
| OpusBandExcitation OpusPsyContext::ex[OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
Definition at line 63 of file opusenc_psy.h.
| FFBesselFilter OpusPsyContext::bfilter_lo[OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
Definition at line 64 of file opusenc_psy.h.
| FFBesselFilter OpusPsyContext::bfilter_hi[OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
Definition at line 65 of file opusenc_psy.h.
| OpusPsyStep* OpusPsyContext::steps[FF_BUFQUEUE_SIZE+1] |
Definition at line 67 of file opusenc_psy.h.
| int OpusPsyContext::max_steps |
Definition at line 68 of file opusenc_psy.h.
| float* OpusPsyContext::window[CELT_BLOCK_NB] |
Definition at line 70 of file opusenc_psy.h.
| MDCT15Context* OpusPsyContext::mdct[CELT_BLOCK_NB] |
Definition at line 71 of file opusenc_psy.h.
| int OpusPsyContext::bsize_analysis |
Definition at line 72 of file opusenc_psy.h.
| float OpusPsyContext::scratch[2048] |
Definition at line 74 of file opusenc_psy.h.
| float OpusPsyContext::rc_waste |
Definition at line 77 of file opusenc_psy.h.
| float OpusPsyContext::avg_is_band |
Definition at line 78 of file opusenc_psy.h.
| int64_t OpusPsyContext::dual_stereo_used |
Definition at line 79 of file opusenc_psy.h.
| int64_t OpusPsyContext::total_packets_out |
Definition at line 80 of file opusenc_psy.h.
| FFBesselFilter OpusPsyContext::lambda_lp |
Definition at line 83 of file opusenc_psy.h.
| OpusPacketInfo OpusPsyContext::p |
Definition at line 84 of file opusenc_psy.h.
| int OpusPsyContext::redo_analysis |
Definition at line 85 of file opusenc_psy.h.
| int OpusPsyContext::buffered_steps |
Definition at line 86 of file opusenc_psy.h.
| int OpusPsyContext::steps_to_process |
Definition at line 87 of file opusenc_psy.h.
| int OpusPsyContext::eof |
Definition at line 88 of file opusenc_psy.h.
| float OpusPsyContext::lambda |
Definition at line 89 of file opusenc_psy.h.
| int* OpusPsyContext::inflection_points |
Definition at line 90 of file opusenc_psy.h.
| int OpusPsyContext::inflection_points_count |
Definition at line 91 of file opusenc_psy.h.
1.8.17