• Johann's avatar
    quantize: silence unsigned overflow warning · 77ed4414
    Johann authored
    The result of the xor operation is unsigned. If coeff was negative,
    this results in an unsigned value - INT_MIN.
    
    Change-Id: I1f1edeaa6de1f4c68b848e8a82a666d390b749f0
    77ed4414