]> granicus.if.org Git - libvpx/commit
quantize test: promote RandRange() result to signed
authorJohann <johannkoenig@google.com>
Wed, 19 Jul 2017 21:33:00 +0000 (14:33 -0700)
committerJohann <johannkoenig@google.com>
Thu, 20 Jul 2017 15:17:48 +0000 (08:17 -0700)
commitaf08fbb44467fb4e824ba353d64d0905fd5cc023
treea9cffbd8547700344380e82a6b9a9efbf8a53abd
parentc782f27ead354ae7fa4a40c5c679071ae9e8dd3b
quantize test: promote RandRange() result to signed

Avoid unsigned overflow warning:
unsigned integer overflow: 19974 - 32703 cannot be represented in type
'unsigned int'

Change-Id: Ifebee014342e4c6f3b53306c0cad6ae0b465ac12
test/vp9_quantize_test.cc