Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp1004 FIXP_SGL tempIm = in CJointStereo_ApplyMS() local
1010 int alpha_im_headroom = CountLeadingBits((INT)tempIm) - 16; in CJointStereo_ApplyMS()
1011 if (tempIm == (FIXP_SGL)0) alpha_im_headroom = 15; in CJointStereo_ApplyMS()
1017 FIXP_DBL alpha_im_tmp = fMult((FIXP_SGL)(tempIm << val), pointOne); in CJointStereo_ApplyMS()
/external/libxaac/decoder/
Dixheaacd_env_calc.c1127 WORD32 tempIm = *ptr_imag++; in ixheaacd_expsubbandsamples_dec() local
1131 tempIm = ixheaacd_abs32_nrm(tempIm); in ixheaacd_expsubbandsamples_dec()
1132 max_abs |= tempIm; in ixheaacd_expsubbandsamples_dec()