aboutsummaryrefslogtreecommitdiff
path: root/src/warp_prediction.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/warp_prediction.cc')
-rw-r--r--src/warp_prediction.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/warp_prediction.cc b/src/warp_prediction.cc
index 69b40e8..0da8a1f 100644
--- a/src/warp_prediction.cc
+++ b/src/warp_prediction.cc
@@ -231,9 +231,6 @@ bool WarpEstimation(const int num_samples, const int block_width4x4,
Clip3(vx, -kWarpModelTranslationClamp, kWarpModelTranslationClamp - 1);
params[1] =
Clip3(vy, -kWarpModelTranslationClamp, kWarpModelTranslationClamp - 1);
-
- params[6] = 0;
- params[7] = 0;
return true;
}