AC3_MUL 70 libavcodec/ac3.h #define AC3_MUL(a,b) ((((int64_t) (a)) * (b))>>12) AC3_MUL 89 libavcodec/ac3.h #define AC3_MUL(a,b) ((a) * (b))