OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp6
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
dst8.cpp
119
Int32
temp6
;
local
134
temp6
= fxp_mul32_by_16(vec[6] << 1, Qfmt15(0.65328148243819F)); /* (1/(2*cos(6*phi)));*/
138
tmp_a = fxp_mul32_Q31((temp2 +
temp6
) << 1, Qfmt31(0.70710678118655F));
139
tmp_b = (temp2 -
temp6
) + tmp_a;
calc_auto_corr.cpp
264
Int32
temp6
;
local
284
temp6
= imagBuf[0-2][bd] >> N;
287
temp_r22r = fxp_mac64_Q31(temp_r22r,
temp6
,
temp6
);
289
temp_r12r = fxp_mac64_Q31(temp_r12r, temp4,
temp6
);
290
temp_r12i = -fxp_mac64_Q31(0, temp3,
temp6
);
302
accu4 = fxp_mac64_Q31(accu4, temp2,
temp6
);
304
accu5 = fxp_mac64_Q31(accu5, -temp1,
temp6
);
307
temp6
= temp4;
327
accu4 = fxp_mac64_Q31(accu4, temp2,
temp6
);
[
all
...]
Completed in 2516 milliseconds