]> granicus.if.org Git - libvpx/commit
Added save coding context & modified MV bounds
authorAdrian Grange <agrange@google.com>
Fri, 13 Apr 2012 17:26:49 +0000 (10:26 -0700)
committerAdrian Grange <agrange@google.com>
Fri, 13 Apr 2012 17:26:49 +0000 (10:26 -0700)
commitfa589adc5fda876fc4ee04bebfc76c67abe3e05a
tree1ddae5699244965371594cf26bd825c2ff240e8c
parent636b2f385e81cf9a8d5d4d78af90a763796d59c4
Added save coding context & modified MV bounds

Added code to save the coding context in vp8_rd_pick_inter_mode
when the coding mode is forced to ARF(0,0).

Also, modified the MV bounds computation to comply with the
change in MV border from 32 to 64 pixels.

Change-Id: I96963a6f5f4d04ce84c807ae11e0635177c3ad6c
vp8/encoder/encodeframe.c
vp8/encoder/rdopt.c