Fix high bit depth assembly function bugs
authorYunqing Wang <yunqingwang@google.com>
Wed, 4 Feb 2015 20:02:06 +0000 (12:02 -0800)
committerYunqing Wang <yunqingwang@google.com>
Thu, 5 Feb 2015 19:24:03 +0000 (11:24 -0800)
commit789ae447f8d00bb69f5e58ad314b9686c53f4f6d
tree17fb5486214205319c4a06050b6343ed7eb28a44
parentb3b7645a2f8571d3c4ca4ef8168ff1704c5cd5b0
Fix high bit depth assembly function bugs

The high bit depth build failed while building for 32bit target.
The bugs were in vp9_highbd_subpel_variance.asm and
vp9_highbd_sad4d_sse2.asm functions. This patch fixed the bugs,
and made 32bit build work.

Change-Id: Idc8e5e1b7965bb70d4afba140c6583c5d9666b75
vp9/encoder/x86/vp9_highbd_sad4d_sse2.asm
vp9/encoder/x86/vp9_highbd_subpel_variance.asm