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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dcalc_auto_corr.cpp145 int64_t temp_r02r; local
162 temp_r02r = 0;
167 temp_r02r = fxp_mac64_Q31(temp_r02r, temp1, temp5); /* [j ]*[j-2] */
182 temp_r02r = fxp_mac64_Q31(temp_r02r, temp1, temp5);
185 max |= temp_r02r ^(temp_r02r >> 63);
197 ac->r02r = (Int32)(temp_r02r >> temp3);
210 ac->r02r = (Int32)(temp_r02r << temp
[all...]

Completed in 4 milliseconds