this commit converts all sad ptrs to uint32
authorJim Bankoski <jimbankoski@google.com>
Thu, 28 Feb 2013 16:32:14 +0000 (08:32 -0800)
committerJim Bankoski <jimbankoski@google.com>
Thu, 28 Feb 2013 16:46:35 +0000 (08:46 -0800)
commit714aa9f3c072624186df161589bacbb778369312
tree22563b7ebd98666e4c29430196f2fdcde37e6b0d
parentb715e371c05324c84b3a58ca19f5348caa2ff695
this commit converts all sad ptrs to uint32

sse4_1 code used uint16_t for returning sad, but that
won't work for 32x32 or 64x64.   This code fixes the
assembly for those and also reenables sse4_1 on linux

Change-Id: I5ce7288d581db870a148e5f7c5092826f59edd81
build/make/configure.sh
vp9/common/vp9_rtcd_defs.sh
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_sad_c.c
vp9/encoder/vp9_variance.h
vp9/encoder/x86/vp9_sad_sse4.asm