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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dcalc_auto_corr.cpp147 int64_t temp_r12r; local
158 temp_r12r = fxp_mac64_Q31(0, temp3, temp5); /* [j-1]*[j-2] */
177 temp_r12r += temp_r01r; /* [j-1]*[j-2] */
187 max |= temp_r12r ^(temp_r12r >> 63);
199 ac->r12r = (Int32)(temp_r12r >> temp3);
212 ac->r12r = (Int32)(temp_r12r << temp3);
221 ac->r12r = (Int32)(temp_r12r >> temp3);
273 int64_t temp_r12r; local
288 temp_r12r
[all...]

Completed in 195 milliseconds