commit | 74be0c9b4329bb79ed46f2532022995429ffdfe8 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Wed Mar 09 16:42:40 2016 -0800 |
committer | Stephen Hines <srhines@google.com> | Wed Mar 09 16:42:40 2016 -0800 |
tree | 51bbe5093f6f1496293a1bfc92797a9cf9d0ad0c | |
parent | 6ca2cb499112871fd840597184dc75ba26fdeae8 [diff] |
Fix some errors in errorCalculator.rs. Bug: http://b/26987366 This code was accidentally casting a uchar4 to a single integer, which the latest llvm-rs-cc will flag as an error. The comparison was also incorrectly using a single integer comparison, instead of looking at all 4 uchar vector components. Change-Id: Id680d642cb0079461429f3910343c6dbe8d488ef