Searched defs:MULL (Results 1 – 3 of 3) sorted by relevance
34 #define MULL MULL macro35 static av_always_inline av_const int MULL(int a, int b, unsigned shift) in MULL() function
31 #define MULL MULL macro32 static inline av_const int MULL(int a, int b, unsigned shift) in MULL() function
58 # define MULL(a,b,s) (MUL64(a, b) >> (s)) macro