Searched refs:MAC64 (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/avr32/ |
H A 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 64 #define MLS64(d, a, b) MAC64(d, -(a), b)
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A 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/ |
H A D | ac3dsp.c | 155 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 D | mathops.h | 73 #ifndef MAC64 74 # define MAC64(d, a, b) ((d) += MUL64(a, b)) macro
|
H A D | ac3enc.h | 62 #define MAC_COEF(d,a,b) MAC64(d,a,b)
|
H A D | mpegaudiodsp_template.c | 65 # define MACS(rt, ra, rb) MAC64(rt, ra, rb)
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mathops.h | 65 #define MLS64(d, a, b) MAC64(d, -(a), b)
|
Completed in 4 milliseconds