FFmpeg
|
information for single band used by 3GPP TS26.403-inspired psychoacoustic model More...
Data Fields | |
float | energy |
band energy | |
float | thr |
energy threshold | |
float | thr_quiet |
threshold in quiet | |
float | nz_lines |
number of non-zero spectral lines | |
float | active_lines |
number of active spectral lines | |
float | pe |
perceptual entropy | |
float | pe_const |
constant part of the PE calculation | |
float | norm_fac |
normalization factor for linearization | |
int | avoid_holes |
hole avoidance flag | |
information for single band used by 3GPP TS26.403-inspired psychoacoustic model
float AacPsyBand::energy |
band energy
Definition at line 106 of file aacpsy.c.
Referenced by calc_pe_3gpp(), calc_reduced_thr_3gpp(), and calc_thr_3gpp().
float AacPsyBand::thr |
energy threshold
Definition at line 107 of file aacpsy.c.
Referenced by calc_pe_3gpp(), calc_reduced_thr_3gpp(), and calc_thr_3gpp().
float AacPsyBand::nz_lines |
number of non-zero spectral lines
Definition at line 109 of file aacpsy.c.
Referenced by calc_pe_3gpp(), and calc_thr_3gpp().
float AacPsyBand::active_lines |
number of active spectral lines
Definition at line 110 of file aacpsy.c.
Referenced by calc_pe_3gpp().
float AacPsyBand::pe |
float AacPsyBand::pe_const |
constant part of the PE calculation
Definition at line 112 of file aacpsy.c.
Referenced by calc_pe_3gpp().
float AacPsyBand::norm_fac |
int AacPsyBand::avoid_holes |