aom/vp8/encoder/arm/neon
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
..
denoising_neon.c Fix clang compiler warning in denoising_neon. 2014-07-23 09:59:27 -07:00
fastquantizeb_neon.c Correctly initialize "ones" value in neon quantize 2014-11-20 18:34:45 -08:00
shortfdct_neon.c VP8 encoder for ARMv8 by using NEON intrinsics 6 2014-08-20 09:25:29 -07:00
subtract_neon.c VP8 encoder for ARMv8 by using NEON intrinsics 3 2014-08-20 09:20:55 -07:00
vp8_mse16x16_neon.c arm: Fix building vp8_mse16x16_neon.c with MSVC 2014-09-16 12:36:00 -07:00
vp8_shortwalsh4x4_neon.c Fix build failure with Android NDK 2014-09-25 12:15:21 -07:00