]> granicus.if.org Git - libvpx/commit
Entropy coding for dynamic ref mv modes
authorJingning Han <jingning@google.com>
Fri, 22 Jan 2016 02:07:31 +0000 (18:07 -0800)
committerJingning Han <jingning@google.com>
Tue, 9 Feb 2016 01:05:24 +0000 (17:05 -0800)
commit4958987b2a1e3a827e6fda26aac90fb41434cb3c
tree83884578b39e006d9b17447c75329c73edb8047d
parentafd73539bb39405287fdba3ac199749526865839
Entropy coding for dynamic ref mv modes

This commit enables entropy coding for dynamic reference motion
vector modes. The probability model is contexted on the ranking
categories of the reference motion vector candidates.

Change-Id: I09b58d98a409d63ec1a407331e29f8945b7ef17d
13 files changed:
vp10/common/entropymode.c
vp10/common/entropymode.h
vp10/common/enums.h
vp10/common/mvref_common.c
vp10/common/mvref_common.h
vp10/common/thread_common.c
vp10/decoder/decodeframe.c
vp10/decoder/decodemv.c
vp10/encoder/bitstream.c
vp10/encoder/encodeframe.c
vp10/encoder/encoder.h
vp10/encoder/rd.c
vp10/encoder/rdopt.c