ref: 08ad7e4db57ab5be05a5304ad518c0886e18ad17
parent: 72522dbc86673569c03127f37f0f42d244ed7b73
author: Johann <johannkoenig@google.com>
date: Thu Nov 20 08:24:55 EST 2014
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