Searched refs:MAX_PARAMDIM (Results 1 – 3 of 3) sorted by relevance
143 double params_denorm[MAX_PARAMDIM]; in denormalize_affine_reorder()164 double params_denorm[MAX_PARAMDIM]; in denormalize_rotzoom_reorder()185 double params_denorm[MAX_PARAMDIM]; in denormalize_translation_reorder()399 double params_this_motion[MAX_PARAMDIM]; in ransac()529 params_by_motion + (MAX_PARAMDIM - 1) * i); in ransac()575 double params_this_motion[MAX_PARAMDIM]; in ransac_double_prec()705 params_by_motion + (MAX_PARAMDIM - 1) * i); in ransac_double_prec()
5497 double params_by_motion[RANSAC_NUM_MOTIONS * (MAX_PARAMDIM - 1)]; in encode_frame_internal()5502 static const double kIdentityParams[MAX_PARAMDIM - 1] = { in encode_frame_internal()5554 memcpy(params_by_motion + (MAX_PARAMDIM - 1) * i, kIdentityParams, in encode_frame_internal()5555 (MAX_PARAMDIM - 1) * sizeof(*params_by_motion)); in encode_frame_internal()5566 params_this_motion = params_by_motion + (MAX_PARAMDIM - 1) * i; in encode_frame_internal()
28 #define MAX_PARAMDIM 9 macro