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 |
Definition at line 102 of file aacpsy.c.
float AacPsyBand::active_lines |
number of active spectral lines
Definition at line 107 of file aacpsy.c.
Referenced by calc_pe_3gpp().
float AacPsyBand::energy |
band energy
Definition at line 103 of file aacpsy.c.
Referenced by calc_pe_3gpp(), and calc_reduced_thr_3gpp().
float AacPsyBand::norm_fac |
float AacPsyBand::nz_lines |
number of non-zero spectral lines
Definition at line 106 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 109 of file aacpsy.c.
Referenced by calc_pe_3gpp().
float AacPsyBand::thr |
energy threshold
Definition at line 104 of file aacpsy.c.
Referenced by calc_pe_3gpp(), and calc_reduced_thr_3gpp().
float AacPsyBand::thr_quiet |