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