Home
last modified time | relevance | path

Searched defs:MAC16 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/avr32/
Dmathops.h66 static inline av_const int MAC16(int d, int a, int b) in MAC16() function
71 #define MAC16(d, a, b) ((d) = MAC16(d, a, b)) macro
/third_party/ffmpeg/libavcodec/arm/
Dmathops.h70 # define MAC16(rt, ra, rb) \ macro
/third_party/ffmpeg/libavcodec/ppc/
Dmathops.h32 #define MAC16(rt, ra, rb) \ macro
/third_party/ffmpeg/libavcodec/
Dmathops.h83 # define MAC16(rt, ra, rb) rt += (ra) * (rb) macro