]> granicus.if.org Git - libvpx/commit
Add temporary motion_compensated_prediction_new
authorAngie Chiang <angiebird@google.com>
Fri, 16 Aug 2019 18:01:28 +0000 (11:01 -0700)
committerAngie Chiang <angiebird@google.com>
Fri, 16 Aug 2019 18:01:28 +0000 (11:01 -0700)
commitb0c89c99ce47daf1210e6dd78568cd418c80dc8c
tree9e6276654681bd38a93cff5f27fe655879b5daa7
parentff90269431610bd9ffab66366b5ec53ba2376c1d
Add temporary motion_compensated_prediction_new

Temporarily add motion_compensated_prediction_new() to
decouple non_greedy_mv's motion search from baseline.

We need to decouple non_greedy_mv's full pixel motion search and
sub pixel motion search

Change-Id: I1a0e4a170c19b5b718e9d19b62268b520105a0ef
vp9/encoder/vp9_encoder.c