OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pt_fir
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrwb/src/
oversamp_12k8_to_16k.cpp
282
const int16 *
pt_fir
= fir;
local
292
L_sum = fxp_mac_16by16(tmp1, *(
pt_fir
++), 0x00002000L);
293
L_sum = fxp_mac_16by16(tmp2, *(
pt_fir
++), L_sum);
294
L_sum = fxp_mac_16by16(tmp3, *(
pt_fir
++), L_sum);
295
L_sum = fxp_mac_16by16(tmp4, *(
pt_fir
++), L_sum);
300
L_sum = fxp_mac_16by16(tmp1, *(
pt_fir
++), L_sum);
301
L_sum = fxp_mac_16by16(tmp2, *(
pt_fir
++), L_sum);
302
L_sum = fxp_mac_16by16(tmp3, *(
pt_fir
++), L_sum);
303
L_sum = fxp_mac_16by16(tmp4, *(
pt_fir
++), L_sum);
308
L_sum = fxp_mac_16by16(tmp1, *(
pt_fir
++), L_sum)
[
all
...]
Completed in 33 milliseconds