]> granicus.if.org Git - libvpx/commit
Fix best ref frame rd cost update in sub8x8 non-RD mode search
authorJingning Han <jingning@google.com>
Wed, 7 Jan 2015 19:57:36 +0000 (11:57 -0800)
committerJingning Han <jingning@google.com>
Wed, 7 Jan 2015 20:00:02 +0000 (12:00 -0800)
commit802b798f671b0060aa37971723628194abceb551
tree3ade4368dc909f56a7bbaf0260b4541df8ab1b86
parentc3fd9bbdafdb9a0df06b32ad538acb9825993a65
Fix best ref frame rd cost update in sub8x8 non-RD mode search

This fixes the issue that sub8x8 inter blocks always end up
with GOLDEN_FRAME.

Change-Id: Id0c25cbb9c2003f43b4dff8fb1572512c246e077
vp9/encoder/vp9_pickmode.c