]> granicus.if.org Git - libvpx/commit
Generate compound reference motion vector
authorJingning Han <jingning@google.com>
Tue, 12 Jan 2016 23:06:59 +0000 (15:06 -0800)
committerJingning Han <jingning@google.com>
Tue, 12 Jan 2016 23:28:47 +0000 (15:28 -0800)
commit33cc1bd21dd56ad72241830bab760c558ecc3870
treeb99857f840fedd733cc1585ed53ded00c4a9f284
parent253a200d3ba09f7803b86e16e10713374fdc7648
Generate compound reference motion vector

This commit allows the codec to add motion vector pairs into
the candidate list. It further improves the compression performance
by 0.1% across derf, hevcmr, stdhd, and hevchr sets without adding
encode/decode time.

Change-Id: I88d36da25a2a89bb506d411844af667081eba98b
vp10/common/blockd.h
vp10/common/mvref_common.c
vp10/common/mvref_common.h
vp10/decoder/decodemv.c
vp10/encoder/block.h
vp10/encoder/encoder.c
vp10/encoder/rdopt.c