OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_tmp4
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwb/src/
wb_syn_filt.cpp
141
int32
L_tmp4
;
156
L_tmp4
= -((int32)x[(i<<2)+3] << 11);
173
L_tmp4
= fxp_mac_16by16(yy[(i<<2)+2 - j], a[j+1],
L_tmp4
);
175
L_tmp4
= fxp_mac_16by16(yy[(i<<2)+3 - j], a[j ],
L_tmp4
);
181
L_tmp4
= fxp_mac_16by16(yy[(i<<2)+3 - j], a[j],
L_tmp4
);
194
L_tmp4
= fxp_mac_16by16(yy[(i<<2)], a[3],
L_tmp4
);
[
all
...]
band_pass_6k_7k.cpp
160
int32
L_tmp4
;
178
L_tmp4
= 0x00004000;
183
L_tmp4
-= ((int32)x[(i<<2)+L_FIR+3] << 5);
188
L_tmp4
-= ((int32)x[(i<<2)+3] << 5);
208
L_tmp4
= fxp_mac_16by16(tmp1, fir_6k_7k[j ],
L_tmp4
);
212
L_tmp4
= fxp_mac_16by16(tmp2, fir_6k_7k[j+1],
L_tmp4
);
218
L_tmp4
= fxp_mac_16by16(tmp1, fir_6k_7k[j+2],
L_tmp4
);
[
all
...]
low_pass_filt_7k.cpp
153
int32
L_tmp4
;
167
L_tmp4
= fxp_mac_16by16(x[(i<<2)+3] + signal[(i<<2)+3], fir_7k[0], 0x00004000);
188
L_tmp4
= fxp_mac_16by16(tmp1, fir_7k[j ],
L_tmp4
);
192
L_tmp4
= fxp_mac_16by16(tmp2, fir_7k[j+1],
L_tmp4
);
198
L_tmp4
= fxp_mac_16by16(tmp1, fir_7k[j+2],
L_tmp4
);
200
L_tmp4
= fxp_mac_16by16(tmp2, fir_7k[j+3],
L_tmp4
);
[
all
...]
Completed in 243 milliseconds