]> granicus.if.org Git - libvpx/commit
Fix shift value in dist_block with hbd
authorJingning Han <jingning@google.com>
Wed, 29 Jun 2016 23:40:47 +0000 (16:40 -0700)
committerJingning Han <jingning@google.com>
Wed, 29 Jun 2016 23:42:23 +0000 (16:42 -0700)
commit49222c3718af47244b1193bf4bafc2ce18e10d30
tree2fd550c92fe860fe24a4c0dafba50a91fbcec303
parentd5ddb56721fcbdf86160f714019eca5d97b9e243
Fix shift value in dist_block with hbd

This offset value related to the bit depth has been taken care of
inside the function vp10_highbd_block_error.

Change-Id: I58dd8a53380ba4529d59837e56a951bc81a2962e
vp10/encoder/rdopt.c