Home
last modified time | relevance | path

Searched defs:MUL16 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dmathops.h74 # define MUL16 MUL16 macro
75 static inline av_const int MUL16(int ra, int rb) in MUL16() function
/third_party/ffmpeg/libavcodec/avr32/
Dmathops.h74 #define MUL16 MUL16 macro
75 static inline av_const int MUL16(int a, int b) in MUL16() function
/third_party/ffmpeg/libavcodec/ppc/
Dmathops.h36 #define MUL16(ra, rb) \ macro
/third_party/ffmpeg/libavcodec/
Dmathops.h88 # define MUL16(ra, rb) ((ra) * (rb)) macro
/third_party/ffmpeg/libavcodec/tests/
Dfft.c59 #define MUL16(a, b) ((a) * (b)) macro