]> granicus.if.org Git - libvpx/commit
cast ambiguous _mm_set1_epiNN() constants
authorJohann <johannkoenig@google.com>
Tue, 30 Apr 2019 19:26:18 +0000 (12:26 -0700)
committerJohann <johannkoenig@google.com>
Tue, 30 Apr 2019 19:44:51 +0000 (12:44 -0700)
commitabb13c0d8e378e500504249620dd069f2c35046f
treeac7656192ce381f1671949d947e68612c3bb7ff9
parent1d0dedf75921c894895e6674993ba5fd4516b7e2
cast ambiguous _mm_set1_epiNN() constants

clang 7 integer sanitizer warns on unsigned->signed conversions when
the highest bit is 1.

BUG=webm:1615

Change-Id: I6381efaff9233254b40cb78f7bcf87090e0ad353
vp9/encoder/x86/vp9_diamond_search_sad_avx.c
vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c
vpx_dsp/x86/fwd_txfm_impl_sse2.h
vpx_dsp/x86/highbd_loopfilter_sse2.c
vpx_dsp/x86/loopfilter_avx2.c
vpx_dsp/x86/loopfilter_sse2.c