Move abs() to where it is effective
authorJohann <johannkoenig@google.com>
Tue, 8 Jul 2014 20:57:49 +0000 (13:57 -0700)
committerJohann <johannkoenig@google.com>
Tue, 8 Jul 2014 21:06:33 +0000 (14:06 -0700)
commit8c03fff40b05fa231adf8b564de22f03e42814b7
tree7e89ddb9c3df9dab8082427fff7f7b429f2e92a3
parentc0061cc24f254d648737986ce14ac1a4bcb45874
Move abs() to where it is effective

vp8/encoder/x86/denoising_sse2.c:35:10: error: taking the absolute value
of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]

Change-Id: I749ba8e6f55dbd9b822bfd4260a8397554f5e524
vp8/encoder/x86/denoising_sse2.c