]> granicus.if.org Git - libvpx/commit
vp9_pick_inter_mode(): Use single loop to evaluate inter modes
authorYaowu Xu <yaowu@google.com>
Wed, 11 Mar 2015 17:16:39 +0000 (10:16 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 12 Mar 2015 23:14:29 +0000 (16:14 -0700)
commit2b368097c8b7837caaeddb189f46dcf068989792
tree7a6dc798ffd561e8e16594c36671bf5887664d2e
parent1ff15fbffe35e45251089e86ef258baaa076f2cd
vp9_pick_inter_mode(): Use single loop to evaluate inter modes

This commit changes to use single loop to evaluate all inter modes.
There is no impact on compression quality and speed, but allow future
experiment with the order of modes evaluated.

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