Merge "Make feature based motion estimation the default" into nextgen

This commit is contained in:
Sarah Parker 2016-04-22 01:21:09 +00:00 committed by Gerrit Code Review
commit 31257e5406

View File

@ -4228,7 +4228,7 @@ static int input_fpmb_stats(FIRSTPASS_MB_STATS *firstpass_mb_stats,
#define GLOBAL_MOTION_ADVANTAGE_THRESH_RZ 0.60
#define GLOBAL_MOTION_ADVANTAGE_THRESH_TR 0.75
// #define USE_BLOCK_BASED_GLOBAL_MOTION_COMPUTATION
// #define USE_FEATURE_BASED_GLOBAL_MOTION_COMPUTATION
#define USE_FEATURE_BASED_GLOBAL_MOTION_COMPUTATION
static void convert_translation_to_params(
double *H, Global_Motion_Params *model) {