Home
last modified time | relevance | path

Searched refs:MLS64 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dmathops.h64 static inline av_const int64_t MLS64(int64_t d, int a, int b) in MLS64() function
76 #define MLS64(d, a, b) ((d) = MLS64(d, a, b)) macro
/third_party/ffmpeg/libavcodec/
Dmathops.h77 #ifndef MLS64
78 # define MLS64(d, a, b) ((d) -= MUL64(a, b)) macro
Dmpegaudiodsp_template.c67 # define MLSS(rt, ra, rb) MLS64(rt, ra, rb)
/third_party/ffmpeg/libavcodec/arm/
Dmathops.h65 #define MLS64(d, a, b) MAC64(d, -(a), b) macro
/third_party/ffmpeg/libavcodec/avr32/
Dmathops.h64 #define MLS64(d, a, b) MAC64(d, -(a), b) macro