]> granicus.if.org Git - libvpx/commit
Remove dual prediction frame re-encoding loop.
authorRonald S. Bultje <rbultje@google.com>
Thu, 16 Feb 2012 00:38:04 +0000 (16:38 -0800)
committerRonald S. Bultje <rbultje@google.com>
Thu, 16 Feb 2012 00:38:04 +0000 (16:38 -0800)
commit721711fb5138312e533c08ea26ce0a86adc30f3f
tree5e221484d4d1391a4a0df4a71770753f2a4297e2
parent0930dde2496e911d24c930751b08c71ae722bd89
Remove dual prediction frame re-encoding loop.

I'm basically not convinced that the concept works at all, let alone
that this is the right place to do it. I think if we want something
like this at all, I should integrate it with the main encoding loop
and re-encode checks in onyx_if.c, and show that it has a significant
benefit (which right now, it doesn't; removing this re-encode check
actually increases all metrics by ~0.15%).

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