Home
last modified time | relevance | path

Searched refs:tempRe (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Dstereo.cpp1002 FIXP_SGL tempRe = in CJointStereo_ApplyMS() local
1008 int alpha_re_headroom = CountLeadingBits((INT)tempRe) - 16; in CJointStereo_ApplyMS()
1009 if (tempRe == (FIXP_SGL)0) alpha_re_headroom = 15; in CJointStereo_ApplyMS()
1016 FIXP_DBL alpha_re_tmp = fMult((FIXP_SGL)(tempRe << val), pointOne); in CJointStereo_ApplyMS()