FFmpeg
|
#include <enc_psy.h>
int OpusPsyStep::index |
Definition at line 34 of file enc_psy.h.
Referenced by step_collect_psy_metrics().
int OpusPsyStep::silence |
Definition at line 35 of file enc_psy.h.
Referenced by step_collect_psy_metrics().
float OpusPsyStep::energy[OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
Definition at line 36 of file enc_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 37 of file enc_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 38 of file enc_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 39 of file enc_psy.h.
Referenced by celt_gauge_psy_weight(), celt_search_for_tf(), and step_collect_psy_metrics().
float OpusPsyStep::total_change |
Definition at line 40 of file enc_psy.h.
Referenced by step_collect_psy_metrics().
float* OpusPsyStep::bands[OPUS_MAX_CHANNELS][CELT_MAX_BANDS] |
Definition at line 42 of file enc_psy.h.
Referenced by step_collect_psy_metrics().
float OpusPsyStep::coeffs[OPUS_MAX_CHANNELS][OPUS_BLOCK_SIZE(CELT_BLOCK_960)] |
Definition at line 43 of file enc_psy.h.
Referenced by step_collect_psy_metrics().