]> granicus.if.org Git - libvpx/commit
Fix dual prediction recode loop.
authorRonald S. Bultje <rbultje@google.com>
Wed, 8 Feb 2012 01:48:47 +0000 (17:48 -0800)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 8 Feb 2012 10:09:02 +0000 (10:09 +0000)
commitc8ec59d8582f07ef759dd6e380bdfeef2433b29e
tree4e51616420487732fb73cfee25cf128dda4b5105
parente1050bd3dc351096dd3a7b69d75bbb79b1241ed4
Fix dual prediction recode loop.

Some conditions were conditional under a threshold, whereas they should
always execute. Also, some conditions were testing an array instead of
the values within it.

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