aom/vp8/encoder/arm
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
..
armv6 Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
neon Correctly initialize "ones" value in neon quantize 2014-11-20 18:34:45 -08:00
dct_arm.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00