]> granicus.if.org Git - libvpx/commit
Fix the scaling factor in UV skipping test
authorYunqing Wang <yunqingwang@google.com>
Fri, 3 Apr 2015 22:35:31 +0000 (15:35 -0700)
committerYunqing Wang <yunqingwang@google.com>
Fri, 3 Apr 2015 23:07:43 +0000 (16:07 -0700)
commit1a1114d21c94e3e5ee3406fe871aee4e0ab477b0
tree30c3d89eaa518518c54239e6041798959512be0b
parentd72ed35374db9956a274a816c1228a8d99adedbd
Fix the scaling factor in UV skipping test

The threshold scaling factor was calculated wrong using partition
size "bsize". Thank Yaowu for pointing it out. It was fixed and no
speed change was seen.

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