Lines Matching refs:coeff2
1932 int coeff2 = 3 * (tmp1 - ((s_0_1 + s_2_1) << 1) + s_1_0 + s_1_2);
1942 int H_det = 4 * coeff1 * coeff2 - coeff5 * coeff5;
1979 return float(tmp_max + coeff1 + coeff2 + coeff6) / 18.0f;
1983 delta_x = float(2 * coeff2 * coeff3 - coeff4 * coeff5) / float(-H_det);
2006 delta_y1 = -float(coeff4 + coeff5) / float(2 * coeff2);
2015 delta_y1 = -float(coeff4 - coeff5) / float(2 * coeff2);
2040 float max1 = (coeff1 * delta_x1 * delta_x1 + coeff2 * delta_y1 * delta_y1 + coeff3 * delta_x1 + coeff4 * delta_y1
2043 float max2 = (coeff1 * delta_x2 * delta_x2 + coeff2 * delta_y2 * delta_y2 + coeff3 * delta_x2 + coeff4 * delta_y2
2061 return (coeff1 * delta_x * delta_x + coeff2 * delta_y * delta_y + coeff3 * delta_x + coeff4 * delta_y