Searched refs:MAC16 (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/avr32/
H A Dmathops.h66 static inline av_const int MAC16(int d, int a, int b) function
71 #define MAC16(d, a, b) ((d) = MAC16(d, a, b)) macro
72 #define MLS16(d, a, b) MAC16(d, -(a), b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/avr32/
H A Dmathops.h66 static inline av_const int MAC16(int d, int a, int b) function
71 #define MAC16(d, a, b) ((d) = MAC16(d, a, b)) macro
72 #define MLS16(d, a, b) MAC16(d, -(a), b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dmathops.h46 # define MAC16(rt, ra, rb) \ macro
H A Dsimple_idct_arm.S108 @@ MAC16(b0, W3, row[3]);
109 @@ MAC16(b1, -W7, row[3]);
110 @@ MAC16(b2, -W1, row[3]);
111 @@ MAC16(b3, -W5, row[3]);
141 @@ MAC16(b0, W5, row[5]);
142 @@ MAC16(b2, W7, row[5]);
143 @@ MAC16(b3, W3, row[5]);
144 @@ MAC16(b1, -W1, row[5]);
145 @@ MAC16(b0, W7, row[7]);
146 @@ MAC16(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg722.c168 MAC16(*xout2, prev_samples[2*i ], qmf_coeffs[i ]);
169 MAC16(*xout1, prev_samples[2*i+1], qmf_coeffs[11-i]);
H A Dmathops.h83 #ifndef MAC16
84 # define MAC16(rt, ra, rb) rt += (ra) * (rb) macro
H A Dsimple_idct_template.c65 #define MAC(a, b, c) MAC16(a, b, c)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dg722.c168 MAC16(*xout2, prev_samples[2*i ], qmf_coeffs[i ]);
169 MAC16(*xout1, prev_samples[2*i+1], qmf_coeffs[11-i]);
H A Dmathops.h73 #ifndef MAC16
74 # define MAC16(rt, ra, rb) rt += (ra) * (rb) macro
H A Dsimple_idct_template.c63 #define MAC(a, b, c) MAC16(a, b, c)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmathops.h70 # define MAC16(rt, ra, rb) \ macro
H A Dsimple_idct_arm.S96 @@ MAC16(b0, W3, row[3]);
97 @@ MAC16(b1, -W7, row[3]);
98 @@ MAC16(b2, -W1, row[3]);
99 @@ MAC16(b3, -W5, row[3]);
129 @@ MAC16(b0, W5, row[5]);
130 @@ MAC16(b2, W7, row[5]);
131 @@ MAC16(b3, W3, row[5]);
132 @@ MAC16(b1, -W1, row[5]);
133 @@ MAC16(b0, W7, row[7]);
134 @@ MAC16(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dmathops.h32 #define MAC16(rt, ra, rb) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dmathops.h32 #define MAC16(rt, ra, rb) \ macro

Completed in 143 milliseconds