Combining integer and fractional parts of mvs for entropy coding.
authorDmitry Kovalev <dkovalev@google.com>
Wed, 15 May 2013 19:37:03 +0000 (12:37 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Wed, 15 May 2013 19:37:03 +0000 (12:37 -0700)
commit18375238e98676e8fcf4c024ed19bcae95a960b7
tree241556b56052e59cbe63395bbd8b8bb16bf4440d
parent089ed30d072e6f9ebd2403d84569c64a90ce190c
Combining integer and fractional parts of mvs for entropy coding.

Combining encode_nmv_component with encode_nmv_component_fp
and read_nmv_component with read_nmv_component_fp. Bitstream is slightly
changed (only the order of bits), here are the results on test sets:
stdhd: +0.047, yt: -0.038, derf: +0.001, hd: -0.011.

Change-Id: I1be312e976796df78ca63368702d0ee19f2b8c50
vp9/decoder/vp9_decodemv.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodemv.c
vp9/encoder/vp9_encodemv.h