]> granicus.if.org Git - libvpx/commit
Use dedicated variables to store the best mode
authorJingning Han <jingning@google.com>
Tue, 25 Feb 2014 21:50:32 +0000 (13:50 -0800)
committerJingning Han <jingning@google.com>
Tue, 25 Feb 2014 21:56:12 +0000 (13:56 -0800)
commitfd49e9678e61f6660c9d59fb84b1a7bcc74cfcfe
tree6a028acb067558d4bc978e7a3d4474d35214a579
parent276e568997bd1c1f049a48d92d1d1f4ee1afccd0
Use dedicated variables to store the best mode

Use a set of dedicated variables to buffer the current best mode
in non-RD mode decision. This allows to use mode_info for more
complicated test in the non-RD process.

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