]> granicus.if.org Git - libvpx/commit
Segmentation feature logic fix.
authorPaul Wilkins <paulwilkins@google.com>
Thu, 3 Nov 2011 17:45:27 +0000 (17:45 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 9 Nov 2011 11:53:26 +0000 (11:53 +0000)
commitac2ab02dcfc52a3cf97dde620c65a698b5fd376b
treeb684f36311c808b3b96277fb4649080a3fe5f498
parent5883246d0105e0a616a80c4c841487563b2ab6bc
Segmentation feature logic fix.

Bug fix to logic in vp8_pick_inter_mode() and
vp8_rd_pick_inter_mode().

The block on the use of segment features
for the cm->refresh_alt_ref_frame case
was just for testing and is not correct.

The special case code for alt ref can
be re-enabled as an else clause.

Change-Id: Ic9b57cdb5f04ea7737032b8fb953d84d7717b3ce
vp8/encoder/pickinter.c
vp8/encoder/rdopt.c