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

Commit dc39e86c authored by Jason Sams's avatar Jason Sams
Browse files

Fix build issue with new error checks.

Change-Id: Iccb9c12e0427622964a52806652eaddfb5834240
parent 423ebcb4
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);