]> granicus.if.org Git - libvpx/commit
Implement find_prev_nb_full_mvs
authorAngie Chiang <angiebird@google.com>
Thu, 6 Dec 2018 01:58:58 +0000 (17:58 -0800)
committerAngie Chiang <angiebird@google.com>
Fri, 7 Dec 2018 00:02:50 +0000 (16:02 -0800)
commitdcea8785ad76c477838a2a0cf0bb7b47ea71c356
treeb7db15f42bcc80e5aadcb3cda23092491966c6f6
parent2100ad35572b6280170e3260eeaef347f0064bdc
Implement find_prev_nb_full_mvs

In single_motion_search, we use prev coded nb full mvs to compute
mv inconsistency.

lambda is set to block_area / 4.

This is a draft. Will to experiments to figure out the impact on
coding efficiency and visual quality.

Change-Id: Id10f72b3c7e6085bfbe1a6156b9fd6917843d001
vp9/encoder/vp9_rdopt.c