Fix potential overflow issue in hadamard_16x16()
authorJingning Han <jingning@google.com>
Fri, 12 Jun 2015 17:53:43 +0000 (10:53 -0700)
committerJingning Han <jingning@google.com>
Fri, 12 Jun 2015 17:56:18 +0000 (10:56 -0700)
commit176c291d9c1b92f7612ce1da08fd7cbdf55e4446
tree88fee1e0d1a3e16dae3ca10a514f2e2b703ba6d9
parent4f52d49f1e21dde76640f22c5932ce6ec08cb534
Fix potential overflow issue in hadamard_16x16()

This commit fixes a potential integer overflow issue in function
hadamard_16x16. It adds corresponding dynamic range comment.

Change-Id: Iec22f3be345fb920ec79178e016378e2f65b20be
vp9/encoder/vp9_avg.c
vp9/encoder/x86/vp9_avg_intrin_sse2.c