Searched defs:MUL16 (Results 1 – 5 of 5) sorted by relevance
74 # define MUL16 MUL16 macro75 static inline av_const int MUL16(int ra, int rb) in MUL16() function
74 #define MUL16 MUL16 macro75 static inline av_const int MUL16(int a, int b) in MUL16() function
36 #define MUL16(ra, rb) \ macro
88 # define MUL16(ra, rb) ((ra) * (rb)) macro
59 #define MUL16(a, b) ((a) * (b)) macro