Skip to content
Commit 1eeceefb authored by Stephen Hines's avatar Stephen Hines
Browse files

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.

(cherry picked from commit 74be0c9b)

Change-Id: Ic3727e234ffc87571ccacab19b2a4efb27ac0f20
parent 0a96dae8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment