Home | History | Annotate | Download | only in encoder

Lines Matching refs:power_term

954     double power_term;
959 power_term = pt_low + (Q * 0.01);
960 power_term = (power_term > pt_high) ? pt_high : power_term;
966 correction_factor = pow(error_term, power_term);