]> granicus.if.org Git - libvpx/commit
Cast variance reference output
authorJohann <johannkoenig@google.com>
Mon, 1 Jun 2015 17:53:46 +0000 (10:53 -0700)
committerJohann <johannkoenig@google.com>
Mon, 1 Jun 2015 17:56:52 +0000 (10:56 -0700)
commitfdc549994a5f6eb3ba24fd18d3b1712199ee4755
treef51d3738202ae3edd91e348986003796b6aeeaaa
parent71e88f903d04693b18bf0eff3917544525452649
Cast variance reference output

The larger internal variables are required for the intermediates
but RoundHighBitDepth brings them down to uint32_t/unsigned int.

Fixes type warnings in visual studio.

Change-Id: I48d35284d6cbde330ccdc1f46b6215a645d5eb00
test/variance_test.cc