]> granicus.if.org Git - libvpx/commit
Enable adaptive prediction mode coding
authorJingning Han <jingning@google.com>
Mon, 7 Dec 2015 23:54:59 +0000 (15:54 -0800)
committerJingning Han <jingning@google.com>
Thu, 10 Dec 2015 17:02:32 +0000 (09:02 -0800)
commitaa5d53eb17937adcc6645843de24b6ee28a9132d
tree3c10b5dbaaf5989bd74db718620d49c2f9828c46
parent8edbe4d6db0976b5c94a50c3e86baccd1e5b1f43
Enable adaptive prediction mode coding

This commit allows the codec to analyze the reference motion vector
candidate list and adaptively reduce the size of inter prediction
mode set.

Change-Id: Ied6a403843b860d66f26ed485c1825c05c71bdfc
vp10/common/blockd.h
vp10/common/entropymode.c
vp10/common/enums.h
vp10/common/mvref_common.c
vp10/common/mvref_common.h
vp10/common/onyxc_int.h
vp10/decoder/decodemv.c
vp10/encoder/bitstream.c
vp10/encoder/block.h
vp10/encoder/encodeframe.c
vp10/encoder/rdopt.c