Home
last modified time | relevance | path

Searched refs:MAC64 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/avr32/
H A 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
64 #define MLS64(d, a, b) MAC64(d, -(a), b)
/third_party/ffmpeg/libavcodec/ppc/
H A 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/
H A Dac3dsp.c155 MAC64(sum[0], lt, lt); in ac3_sum_square_butterfly_int32_c()
156 MAC64(sum[1], rt, rt); in ac3_sum_square_butterfly_int32_c()
157 MAC64(sum[2], md, md); in ac3_sum_square_butterfly_int32_c()
158 MAC64(sum[3], sd, sd); in ac3_sum_square_butterfly_int32_c()
H A Dmathops.h73 #ifndef MAC64
74 # define MAC64(d, a, b) ((d) += MUL64(a, b)) macro
H A Dac3enc.h62 #define MAC_COEF(d,a,b) MAC64(d,a,b)
H A Dmpegaudiodsp_template.c65 # define MACS(rt, ra, rb) MAC64(rt, ra, rb)
/third_party/ffmpeg/libavcodec/arm/
H A Dmathops.h65 #define MLS64(d, a, b) MAC64(d, -(a), b)

Completed in 4 milliseconds