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

Commit 38f79d01 authored by Shih-wei Liao's avatar Shih-wei Liao Committed by Android (Google) Code Review
Browse files

Merge "Make ImageProcessing work." into honeycomb

parents 5a1473ba 2aad562a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ void root(const void *v_in, void *v_out, const void *usrData, uint32_t x, uint32
        temp = pow(temp, (float3)gamma);
    temp = clamp(temp * outWMinOutB + outBlack, 0.f, 255.f);

    output->xyz = convert2uchar3(temp);
    output->xyz = convert_uchar3(temp);
    //output->w = input->w;
}