]> granicus.if.org Git - libvpx/commit
Don't reset sign_bias fields in vp10_setup_past_independence().
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 3 Sep 2015 20:21:56 +0000 (16:21 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 8 Sep 2015 17:48:20 +0000 (13:48 -0400)
commite1d22db4512359a3037fecd50d62e80cf7ff0d1d
treea1f015627f14a34da0a6f25dd0ee19b9894cdc34
parent536a90970b7b7d0bf4a029ae1a61774088dc795a
Don't reset sign_bias fields in vp10_setup_past_independence().

The fields are always coded in the frame itself, so there is never any
dependency on past frames. In practice, this fixes sign_bias being
ignored when error_resilient_mode=1.

See issue 1011.

Change-Id: I9d134ef6b445ced4d100fa735ce579855a0fa5af
vp10/common/entropymode.c