Lines Matching defs:max_pow
60 FLOAT gr2_max, max_pow;
70 max_pow = gfc->ov_psy.loudness_sq[0][0];
73 max_pow += gfc->ov_psy.loudness_sq[0][1];
77 max_pow += max_pow;
81 max_pow = Max(max_pow, gr2_max);
83 max_pow *= 0.5; /* max_pow approaches 1.0 for full band noise */
87 max_pow *= gfc->ATH->aa_sensitivity_p;
100 /* max_pow is a loudness squared or a power. */
101 if (max_pow > 0.03125) { /* ((1 - 0.000625)/ 31.98) from curve below */
117 FLOAT const adj_lim_new = 31.98 * max_pow + 0.000625;