Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/ppc/
Dmathops.h50 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/
Dmathops.h58 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/
Dmathops.h74 # define MAC64(d, a, b) ((d) += MUL64(a, b)) macro