Home
last modified time | relevance | path

Searched refs:least_squares (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dransac.c255 if (!least_squares(4, a, np2, 4, b, temp, mat)) { in find_rotzoom()
300 if (!least_squares(6, a, np2, 6, b, temp, mat)) { in find_affine()
Dmathutils.h65 static INLINE int least_squares(int n, double *A, int rows, int stride, in least_squares() function