commit | 08ad7e4db57ab5be05a5304ad518c0886e18ad17 | [log] [tgz] |
---|---|---|
author | Johann <johannkoenig@google.com> | Thu Nov 20 13:24:55 2014 -0800 |
committer | Johann <johannkoenig@google.com> | Thu Nov 20 18:34:45 2014 -0800 |
tree | 41e9909024032eb9a9f071de4e6aff5a1cb91230 | |
parent | 72522dbc86673569c03127f37f0f42d244ed7b73 [diff] |
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