MUL16 74 libavcodec/arm/mathops.h # define MUL16 MUL16 MUL16 75 libavcodec/arm/mathops.h static inline av_const int MUL16(int ra, int rb) MUL16 74 libavcodec/avr32/mathops.h #define MUL16 MUL16 MUL16 75 libavcodec/avr32/mathops.h static inline av_const int MUL16(int a, int b) MUL16 88 libavcodec/mathops.h # define MUL16(ra, rb) ((ra) * (rb)) MUL16 36 libavcodec/ppc/mathops.h #define MUL16(ra, rb) \ MUL16 59 libavcodec/tests/fft.c #define MUL16(a, b) ((a) * (b))