]> granicus.if.org Git - libvpx/commit
Add find_best_ref_mv_mode()
authorAngie Chiang <angiebird@google.com>
Thu, 24 Jan 2019 23:44:41 +0000 (15:44 -0800)
committerAngie Chiang <angiebird@google.com>
Fri, 25 Jan 2019 01:55:28 +0000 (17:55 -0800)
commit9a4984824533284b055cded2edeeb77049e00823
treeaf34a48f0ad5c90b6f2bda2b6cda36b61de1e475
parentef3cb03d8b2c73fad6743315d25b03935ed544c2
Add find_best_ref_mv_mode()

This function compute the rd cost for each  mv_mode and return the
one with minimum rd cost.

eval_mv_mode()
Evaluate the rd cost for a given mv_mode.

Change-Id: Ia1b3ec7e1dd538e443e1bc79f2cab352408cd0a0
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h