Searched refs:coeff_b (Results 1 – 1 of 1) sorted by relevance
3162 float coeff_a, coeff_b, coeff_c, coeff_d, X, tex_bpp; in rc_get_qp_scene_change_bits() local3289 coeff_b = (float)model_coeff[1]; in rc_get_qp_scene_change_bits()3299 tex_bpp = ((coeff_a * X * X * X) + (coeff_b * X * X) + (coeff_c * X) + coeff_d); in rc_get_qp_scene_change_bits()