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.c399 double params_this_motion[MAX_PARAMDIM]; in ransac() local
470 if (find_transformation(minpts, points1, points2, params_this_motion)) { in ransac()
475 projectpoints(params_this_motion, corners1, image1_coord, npoints, 2, 2); in ransac()
575 double params_this_motion[MAX_PARAMDIM]; in ransac_double_prec() local
646 if (find_transformation(minpts, points1, points2, params_this_motion)) { in ransac_double_prec()
651 projectpoints(params_this_motion, corners1, image1_coord, npoints, 2, 2); in ransac_double_prec()
Dencodeframe.c5498 const double *params_this_motion; in encode_frame_internal() local
5566 params_this_motion = params_by_motion + (MAX_PARAMDIM - 1) * i; in encode_frame_internal()
5567 av1_convert_model_to_params(params_this_motion, &tmp_wm_params); in encode_frame_internal()