Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dransac.c398 double params_this_motion[MAX_PARAMDIM]; in ransac() local
469 if (find_transformation(minpts, points1, points2, params_this_motion)) { in ransac()
474 projectpoints(params_this_motion, corners1, image1_coord, npoints, 2, 2); in ransac()
579 double params_this_motion[MAX_PARAMDIM]; in ransac_double_prec() local
650 if (find_transformation(minpts, points1, points2, params_this_motion)) { in ransac_double_prec()
655 projectpoints(params_this_motion, corners1, image1_coord, npoints, 2, 2); in ransac_double_prec()
Dencodeframe.c5343 const double *params_this_motion; in compute_global_motion_for_ref_frame() local
5385 params_this_motion = params_by_motion[i].params; in compute_global_motion_for_ref_frame()
5386 av1_convert_model_to_params(params_this_motion, &tmp_wm_params); in compute_global_motion_for_ref_frame()