aom/vp8
Johann 08ad7e4db5 Correctly initialize "ones" value in neon quantize
By using 0xff for a short it was not setting the high bits. When
comparing the output with vtst to find non-zero elements it was skipping
vaules which had no low bits set such as -512 / 0xFE00.

Using -8191 as the first element of coeff will generate this condition.

BUG=883

Change-Id: Ia1e10fb809d1e7866f28c56769fe703e6231a657
2014-11-20 18:34:45 -08:00
..
common Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
decoder call vp[89]_clear_system_state after longjmp 2014-07-10 12:36:28 -07:00
encoder Correctly initialize "ones" value in neon quantize 2014-11-20 18:34:45 -08: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 Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10"" 2014-09-04 08:51:20 -07:00
vp8_cx_iface.c Removing sz member from vpx_codec_priv. 2014-09-04 14:47:42 -07:00
vp8_dx_iface.c Resolves some lint errors 2014-10-13 16:05:44 -07:00
vp8cx.mk Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
vp8cx_arm.mk Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
vp8dx.mk Fix a spelling mistake in filename 2013-12-03 17:19:41 -08:00