summaryrefslogtreecommitdiff
path: root/test/vpxenc.sh
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2019-09-10 15:48:04 -0700
committerJames Zern <jzern@google.com>2019-09-10 15:50:22 -0700
commitc098cfdce7fa1efdd5cb27f9db0662dc2e76200e (patch)
treea41fe7714cafd5b685d81994799b296b59b2e0bf /test/vpxenc.sh
parent5a0242ba5c8fddbf32766bfa2ffbbd25f3cd6167 (diff)
downloadlibvpx-c098cfdce7fa1efdd5cb27f9db0662dc2e76200e.tar
libvpx-c098cfdce7fa1efdd5cb27f9db0662dc2e76200e.tar.gz
libvpx-c098cfdce7fa1efdd5cb27f9db0662dc2e76200e.tar.bz2
libvpx-c098cfdce7fa1efdd5cb27f9db0662dc2e76200e.zip
vp9_quantize_sse2: quiet clang-7 integer sanitizer warning
nzflag is used as a boolean, it doesn't need to be a sized type, int is enough (and _mm_movemask_epi8 returns one) fixes: vp9_quantize_sse2.c:136:16: implicit conversion from type 'int' of value 65535 (32-bit, signed) to type 'int16_t' (aka 'short') changed the value to -1 (16-bit, signed) BUG=webm:1649 Change-Id: I0e3f5278af49d84760f3dfb607f28099cf02f21d
Diffstat (limited to 'test/vpxenc.sh')
0 files changed, 0 insertions, 0 deletions