MLS64 65 libavcodec/arm/mathops.h #define MLS64(d, a, b) MAC64(d, -(a), b) MLS64 64 libavcodec/avr32/mathops.h #define MLS64(d, a, b) MAC64(d, -(a), b) MLS64 78 libavcodec/mathops.h # define MLS64(d, a, b) ((d) -= MUL64(a, b)) MLS64 64 libavcodec/ppc/mathops.h static inline av_const int64_t MLS64(int64_t d, int a, int b) MLS64 76 libavcodec/ppc/mathops.h #define MLS64(d, a, b) ((d) = MLS64(d, a, b))