]> granicus.if.org Git - libvpx/commit
Fix dual prediction recode loop.
authorRonald S. Bultje <rbultje@google.com>
Wed, 8 Feb 2012 22:55:46 +0000 (14:55 -0800)
committerRonald S. Bultje <rbultje@google.com>
Wed, 8 Feb 2012 22:55:46 +0000 (14:55 -0800)
commit915f13bd5972c7e004b48533a455c9c7b7bc6d2d
treede7f6aff95af8af33285c3336cea4ab61b78a929
parent3adcbe2f15a034fa9ff7f16639086f24fa684257
Fix dual prediction recode loop.

We should only change the dual prediction mode if we actually entered
the recode branch. Else, it may potentially undo beneficial changes
to the dual prediction mode in the first encode iteration.

Change-Id: I79fc53e5fd0bb551092ed422c797619f1566f002
vp8/encoder/encodeframe.c