]> granicus.if.org Git - libvpx/commit
vpx_get16x16var_avx2: correct cast order
authorJames Zern <jzern@google.com>
Mon, 24 Jul 2017 23:29:44 +0000 (16:29 -0700)
committerJames Zern <jzern@google.com>
Mon, 24 Jul 2017 23:29:44 +0000 (16:29 -0700)
commitb0f1ae147589ba23758d7ad8c913f96b63424bd8
treedd2cadfab9d0ef6dbddbdc0557eff2c64491341e
parent8836e46ffd84f3e272ea9e5efefa143c2437829c
vpx_get16x16var_avx2: correct cast order

allow the right shift to operate on 64-bits, this matches the rest of
the implementations

missed in:
6acd061aa variance_avx2: sync variance functions with c-code

Change-Id: Icae436b881251ccb9f9ed64fcbf8d358c58a4617
vpx_dsp/x86/variance_avx2.c