Lines Matching refs:pmc_model_coeff
135 model_coeff *pmc_model_coeff, in find_model_coeffs() argument
217 pmc_model_coeff[0] = model_coeff_b; in find_model_coeffs()
218 pmc_model_coeff[1] = model_coeff_a; in find_model_coeffs()
219 pmc_model_coeff[2] = model_coeff_c; in find_model_coeffs()
279 model_coeff *pmc_model_coeff, in refine_set_of_points() argument
297 fl_estimated_bits = (pmc_model_coeff[0] * x_val * x_val) + (pmc_model_coeff[1] * x_val) + in refine_set_of_points()
298 (pmc_model_coeff[2]); in refine_set_of_points()
320 fl_estimated_bits = (pmc_model_coeff[0] * x_val * x_val) + (pmc_model_coeff[1] * x_val) + in refine_set_of_points()
321 (pmc_model_coeff[2]); in refine_set_of_points()
350 model_coeff *pmc_model_coeff, in calc_avg_sqr_dev_for_model() argument
370 fl_estimated_bits = (pmc_model_coeff[1] * x_val) + (pmc_model_coeff[2]); in calc_avg_sqr_dev_for_model()