Searched refs:coeff_a (Results 1 – 2 of 2) sorted by relevance
91 const auto coeff_a = -contrast / (3 * SK_ScalarPI);93 return SkData::MakeWithCopy(&coeff_a, sizeof(coeff_a));116 const float coeff_a = std::pow(2.0f, brightness * 1.8f); in make_brightness_coeffs() local118 return SkData::MakeWithCopy(&coeff_a, sizeof(coeff_a)); in make_brightness_coeffs()
3162 float coeff_a, coeff_b, coeff_c, coeff_d, X, tex_bpp; in rc_get_qp_scene_change_bits() local3288 coeff_a = (float)model_coeff[0]; 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()