]> granicus.if.org Git - libvpx/commit
Handle single ref mv pair in the candidate list for compound mode
authorJingning Han <jingning@google.com>
Wed, 13 Jan 2016 17:03:15 +0000 (09:03 -0800)
committerJingning Han <jingning@google.com>
Thu, 14 Jan 2016 00:19:27 +0000 (16:19 -0800)
commit3944cfb14db2ceb2836a718a2144e9edd7d3c54c
tree9420890f705a215c57ba446e0a594e61301ab7ab
parent33cc1bd21dd56ad72241830bab760c558ecc3870
Handle single ref mv pair in the candidate list for compound mode

This commit considers the case where a single reference motion
vector pair is found in the candidate list. It treats this pair
as the effective motion vector for nearestmv mode. This improves
the coding performance by 0.06% for stdhd sets.

Change-Id: I9ce12f456b52912933e05c18c3841a78c26155d2
vp10/decoder/decodemv.c
vp10/encoder/rdopt.c