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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/mips/
H A Dmathops.h32 static inline av_const int64_t MAC64(int64_t d, int a, int b) function
40 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
54 static inline av_const int64_t MAC64(int64_t d, int a, int b) function
63 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dmathops.h32 static inline av_const int64_t MAC64(int64_t d, int a, int b) function
40 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
54 static inline av_const int64_t MAC64(int64_t d, int a, int b) function
64 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/avr32/
H A Dmathops.h58 static inline av_const int64_t MAC64(int64_t d, int a, int b) function
63 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
64 #define MLS64(d, a, b) MAC64(d, -(a), b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/avr32/
H A Dmathops.h58 static inline av_const int64_t MAC64(int64_t d, int a, int b) function
63 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
64 #define MLS64(d, a, b) MAC64(d, -(a), b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dmathops.h50 static inline av_const int64_t MAC64(int64_t d, int a, int b) function
62 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dmathops.h50 static inline av_const int64_t MAC64(int64_t d, int a, int b) function
62 #define MAC64(d, a, b) ((d) = MAC64(d, a, b)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dmathops.h41 #define MLS64(d, a, b) MAC64(d, -(a), b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmathops.h65 #define MLS64(d, a, b) MAC64(d, -(a), b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmathops.h64 #ifndef MAC64
65 # define MAC64(d, a, b) ((d) += MUL64(a, b)) macro
H A Dac3enc.h61 #define MAC_COEF(d,a,b) MAC64(d,a,b)
H A Dmpegaudiodsp_template.c63 # define MACS(rt, ra, rb) MAC64(rt, ra, rb)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dsp.c189 MAC64(sum[0], lt, lt);
190 MAC64(sum[1], rt, rt);
191 MAC64(sum[2], md, md);
192 MAC64(sum[3], sd, sd);
H A Dmathops.h74 #ifndef MAC64
75 # define MAC64(d, a, b) ((d) += MUL64(a, b)) macro
H A Dac3enc.h66 #define MAC_COEF(d,a,b) MAC64(d,a,b)
H A Dmpegaudiodsp_template.c63 # define MACS(rt, ra, rb) MAC64(rt, ra, rb)

Completed in 206 milliseconds