Searched refs:LeastSquareProduct (Results 1 – 1 of 1) sorted by relevance
80 int LeastSquareProduct(int a, int b) { return ((a * b) >> 2) + a + b; } in LeastSquareProduct() function176 a[0][0] += LeastSquareProduct(sx, sx) + 8; in WarpEstimation()177 a[0][1] += LeastSquareProduct(sx, sy) + 4; in WarpEstimation()178 a[1][1] += LeastSquareProduct(sy, sy) + 8; in WarpEstimation()179 bx[0] += LeastSquareProduct(sx, dx) + 8; in WarpEstimation()180 bx[1] += LeastSquareProduct(sy, dx) + 4; in WarpEstimation()181 by[0] += LeastSquareProduct(sx, dy) + 4; in WarpEstimation()182 by[1] += LeastSquareProduct(sy, dy) + 8; in WarpEstimation()