Lines Matching defs:freq
222 /* apply weights to power in freq. bands */
1761 FLOAT const freq = sfreq * (j + nl / 2);
1762 gd->mld_cb[i] = stereo_demask(freq);
1965 FLOAT const freq = sfreq * j / (1000.0 * BLKSIZE);
1967 /* freq = Min(.1,freq); *//* ATH below 100 Hz constant, not further climbing */
1968 level = ATHformula(cfg, freq * 1000) - 20; /* scale to FFT units; returned value is in dB */
1977 For low freq, the strength of the masking is limited by minval
1979 /* FIXME: it does work to reduce low-freq problems in S53-Wind-Sax
2018 FLOAT const freq = sfreq * j / (1000.0 * BLKSIZE_s);
2020 /* freq = Min(.1,freq); *//* ATH below 100 Hz constant, not further climbing */
2021 level = ATHformula(cfg, freq * 1000) - 20; /* scale to FFT units; returned value is in dB */
2030 For low freq, the strength of the masking is limited by minval
2094 FLOAT freq;
2097 freq = 0.0;
2101 freq += freq_inc;
2102 gfc->ATH->eql_w[i] = 1. / pow(10, ATHformula(cfg, freq) / 10);