Subtract a doubled value from another value with saturation at both stages.
@param a first value @param b value doubled and subtracted from a @return difference sat(a - sat(2*b)) with signed saturation
See Implementation
Subtract a doubled value from another value with saturation at both stages.
@param a first value @param b value doubled and subtracted from a @return difference sat(a - sat(2*b)) with signed saturation