]> granicus.if.org Git - libvpx/commit
highbd_idct8x8_add_sse4: make << of neg. val a multiply
authorJames Zern <jzern@google.com>
Sat, 1 Jul 2017 18:52:20 +0000 (11:52 -0700)
committerJames Zern <jzern@google.com>
Sat, 1 Jul 2017 18:56:56 +0000 (11:56 -0700)
commit3dd993e4be18795ac50ccfd924a22e8a6d946e5a
treef42863c2c7ca74b387979c46e4eb4ebc4ba02923
parent27e37e1a8ac0413ba1deec41ef578d5edc343a82
highbd_idct8x8_add_sse4: make << of neg. val a multiply

left shifting a negative value is undefined; quiets a ubsan warning.
this is applied to a constant, no change in the generated code.

Change-Id: Ia17a7672d4832463decbc4afd6cd42974d02698e
vpx_dsp/x86/highbd_idct8x8_add_sse4.c