Home
last modified time | relevance | path

Searched defs:MULL (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dmathops.h34 #define MULL MULL macro
35 static av_always_inline av_const int MULL(int a, int b, unsigned shift) in MULL() function
/third_party/ffmpeg/libavcodec/avr32/
Dmathops.h31 #define MULL MULL macro
32 static inline av_const int MULL(int a, int b, unsigned shift) in MULL() function
/third_party/ffmpeg/libavcodec/
Dmathops.h58 # define MULL(a,b,s) (MUL64(a, b) >> (s)) macro