Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a6dabec authored by Jason Sams's avatar Jason Sams Committed by Android Git Automerger
Browse files

am 83c75834: am 0e545e24: Merge "Fix build issue with new error checks." into jb-mr1-dev

* commit '83c75834':
  Fix build issue with new error checks.
parents 58c01879 83c75834
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -23,11 +23,6 @@ int32_t gHeight;
rs_allocation gIn;

float gCoeffs[9];
void setCoefficients(float coef[9]) {
    for(int i=0; i < 9; i++) {
        gCoeffs[i] = coef[i];
    }
}

void root(uchar4 *out, uint32_t x, uint32_t y) {
    uint32_t x1 = min((int32_t)x+1, gWidth);