MLS64 74 libavcodec/arm/mathops.h #define MLS64(d, a, b) MAC64(d, -(a), b) MLS64 69 libavcodec/mathops.h # define MLS64(d, a, b) ((d) -= MUL64(a, b))