FFmpeg
|
#include <opusenc_psy.h>
Data Fields | |
int | index |
int | silence |
float | energy [OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
float | tone [OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
float | stereo [CELT_MAX_BANDS] |
float | change_amp [OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
float | total_change |
float * | bands [OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
float | coeffs [OPUS_MAX_CHANNELS][OPUS_BLOCK_SIZE(CELT_BLOCK_960)] |
Definition at line 32 of file opusenc_psy.h.
int OpusPsyStep::index |
Definition at line 33 of file opusenc_psy.h.
Referenced by convert_from_tensorflow.Operand::__lt__(), convert_from_tensorflow.Operand::__str__(), and step_collect_psy_metrics().
int OpusPsyStep::silence |
Definition at line 34 of file opusenc_psy.h.
Referenced by step_collect_psy_metrics().
float OpusPsyStep::energy[OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
Definition at line 35 of file opusenc_psy.h.
Referenced by celt_gauge_psy_weight(), and step_collect_psy_metrics().
float OpusPsyStep::tone[OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
Definition at line 36 of file opusenc_psy.h.
Referenced by celt_gauge_psy_weight(), celt_search_for_tf(), and step_collect_psy_metrics().
float OpusPsyStep::stereo[CELT_MAX_BANDS] |
Definition at line 37 of file opusenc_psy.h.
Referenced by celt_gauge_psy_weight(), and step_collect_psy_metrics().
float OpusPsyStep::change_amp[OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
Definition at line 38 of file opusenc_psy.h.
Referenced by celt_gauge_psy_weight(), celt_search_for_tf(), and step_collect_psy_metrics().
float OpusPsyStep::total_change |
Definition at line 39 of file opusenc_psy.h.
Referenced by step_collect_psy_metrics().
float* OpusPsyStep::bands[OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
Definition at line 41 of file opusenc_psy.h.
Referenced by step_collect_psy_metrics().
float OpusPsyStep::coeffs[OPUS_MAX_CHANNELS][OPUS_BLOCK_SIZE(CELT_BLOCK_960)] |
Definition at line 42 of file opusenc_psy.h.
Referenced by step_collect_psy_metrics().