Use right shift to replace division in vp9_pick_inter_mode
authorJingning Han <jingning@google.com>
Mon, 15 Dec 2014 20:48:07 +0000 (12:48 -0800)
committerJingning Han <jingning@google.com>
Mon, 15 Dec 2014 20:48:07 +0000 (12:48 -0800)
commit83e2c62aba3a427e283c87900ba1ab0806766bef
treea12dad36e0c1d0d703f5e7c8be10f0c5682caa96
parenteefe8692917bd4b1bcfafe4772ae81874e49fbc3
Use right shift to replace division in vp9_pick_inter_mode

Make the variable reduction_fac log2 based and explicitly use
right shift when computing intra_cost_penalty.

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