Home
last modified time | relevance | path

Searched defs:MULH (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dmathops.h33 #define MULH MULH macro
34 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/arm/
Dmathops.h32 #define MULH MULH macro
33 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/ppc/
Dmathops.h42 #define MULH MULH macro
43 static inline av_const int MULH(int a, int b){ in MULH() function
/third_party/ffmpeg/libavcodec/x86/
Dmathops.h47 #define MULH MULH macro
48 static av_always_inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/avr32/
Dmathops.h42 #define MULH MULH macro
43 static inline av_const int MULH(int a, int b) in MULH() function
/third_party/ffmpeg/libavcodec/
Dmathops.h62 static av_always_inline int MULH(int a, int b){ in MULH() function