Searched defs:MAC64 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | mathops.h | 50 static inline av_const int64_t MAC64(int64_t d, int a, int b) in MAC64() function 62 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
|
/third_party/ffmpeg/libavcodec/avr32/ |
D | mathops.h | 58 static inline av_const int64_t MAC64(int64_t d, int a, int b) in MAC64() function 63 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
|
/third_party/ffmpeg/libavcodec/ |
D | mathops.h | 74 # define MAC64(d, a, b) ((d) += MUL64(a, b)) macro
|