vpx/vpx_ports
Tom Finegan f1de622617 vpx_ports/mem_ops.h: cast the lhs of bitwise shifts of 24.
C does not allow for shifting into the sign bit of a signed
integer, and the two instances here become signed ints via
promotion. Explcitly cast them to unsigned MEM_VALUE_T to
avoid the problem.

BUG=https://bugs.chromium.org/p/chromium/issues/detail?id=614648

Change-Id: I51165361a8c6cbb5c378cf7e4e0f4b80b3ad9a6e
2016-05-27 09:23:11 -07:00
..
arm_cpudetect.c Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
arm.h Clarify GCC version check 2014-09-25 11:53:45 -07:00
bitops.h Restrict get_msb inputs 2015-09-22 00:24:01 +00:00
config.h vpx_ports: normalize include guards 2013-12-16 19:41:10 -08:00
emmintrin_compat.h vpx_ports: normalize include guards 2013-12-16 19:41:10 -08:00
emms.asm Add support for x64 and win64 yasm flags. 2013-01-31 16:25:37 -08:00
mem_ops_aligned.h vpx_ports/mem_ops.h: clear some -Wconversion warnings 2016-03-30 17:02:10 -07:00
mem_ops.h vpx_ports/mem_ops.h: cast the lhs of bitwise shifts of 24. 2016-05-27 09:23:11 -07:00
mem.h Relocate memory operations for common code 2015-05-13 11:41:15 -07:00
msvc.h vpx_ports/msvc.h: include math.h for ceil/floor 2015-08-08 11:11:23 -07:00
system_state.h Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h 2015-08-10 15:37:14 -07:00
vpx_once.h Use Interlocked calls in win32 once() implementation. 2015-11-13 13:04:36 -08:00
vpx_ports.mk Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h 2015-08-10 15:37:14 -07:00
vpx_timer.h Include vpx_config.h in vpx_timer.h 2014-08-18 11:02:16 -07:00
x86_abi_support.asm Minor cleanup 2015-12-10 15:28:07 -08:00
x86.h x86.h,x86_simd_caps: add an explicit cast w/strtol 2016-04-27 23:41:51 -07:00