vpx/vp8
Johann 2057d3ef75 use memcpy for unaligned neon stores
Advise the compiler that the store is eventually going to a uint8_t
buffer. This helps avoid getting alignment hints which would cause the
memory access to fail.

Originally added as a workaround for clang:
https://bugs.llvm.org//show_bug.cgi?id=24421

Change-Id: Ie9854b777cfb2f4baaee66764f0e51dcb094d51e
2017-05-17 12:11:31 -07:00
..
common use memcpy for unaligned neon stores 2017-05-17 12:11:31 -07:00
decoder vp8_create_decoder_instances: correct pbi[] memset 2017-03-03 15:23:32 -08:00
encoder vp8: Real-time mode: reduce mode_check_freq thresh for speed 10. 2017-05-14 18:19:06 -07:00
exports_dec Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
exports_enc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
vp8_common.mk vp8: remove mmx functions 2016-09-29 15:25:27 -07:00
vp8_cx_iface.c vp8: Add control for gf boost for 1 pass cbr. 2016-10-19 09:43:53 -07:00
vp8_dx_iface.c vp8_dx_iface: remove unused 'else' condition 2017-02-15 00:05:41 +00:00
vp8cx.mk vp8: remove mmx functions 2016-09-29 15:25:27 -07:00
vp8dx.mk Fix a spelling mistake in filename 2013-12-03 17:19:41 -08:00