Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dransac.c388 double *corners1, *corners2; in ransac() local
412 corners1 = (double *)aom_malloc(sizeof(*corners1) * npoints * 2); in ransac()
429 if (!(points1 && points2 && corners1 && corners2 && image1_coord && motions && in ransac()
435 cnp1 = corners1; in ransac()
460 copy_points_at_indices(points1, corners1, indices, minpts); in ransac()
475 projectpoints(params_this_motion, corners1, image1_coord, npoints, 2, 2); in ransac()
523 copy_points_at_indices(points1, corners1, motions[i].inlier_indices, in ransac()
537 aom_free(corners1); in ransac()
564 double *corners1, *corners2; in ransac_double_prec() local
588 corners1 = (double *)aom_malloc(sizeof(*corners1) * npoints * 2); in ransac_double_prec()
[all …]