Find warped reference MV
While finding the reference MV for a block, if one neighbouring block's
motion mode is warped motion mode, instead of directly adding that
block's MV to the candidate MV list, we use that neighbouring block's
warped motion parameters to compute a MV for the center point of the
current block, and then add that MV to the candidate MV list.
Borg test result:
avg_psnr ovr_psnr ssim
cam_lowres: -0.507 -0.514 -0.685
lowres: -0.114 -0.122 -0.180
The change is added under ext_warped_motion config flag.
Change-Id: I3ce6290a1fd512b613eab5d7620c8bcb08f189a6
diff --git a/configure b/configure
index c73ab0c..dccc16b 100755
--- a/configure
+++ b/configure
@@ -352,6 +352,7 @@
lpf_sb
opt_ref_mv
tmv
+ ext_warped_motion
restrict_compressed_hdr
horzonly_frame_superres
"
@@ -591,6 +592,7 @@
enabled ext_skip && enable_feature frame_marker
enabled ext_skip && enable_feature ext_refs
enabled horzonly_frame_superres && enable_feature frame_superres
+ enabled ext_warped_motion && enable_feature warped_motion
if enabled rawbits && enabled ans; then
log_echo "rawbits requires not ans, so disabling rawbits"