Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dhbe.cpp1232 static void calculateCenterFIXP(FIXP_DBL gammaVecReal, FIXP_DBL gammaVecImag, in calculateCenterFIXP() argument
1235 scaleUp(&gammaVecReal, &gammaVecImag, exponent); in calculateCenterFIXP()
1236 FIXP_DBL energy = fPow2Div2(gammaVecReal) + fPow2Div2(gammaVecImag); in calculateCenterFIXP()
1255 gc_r_m = fMultDiv2(gammaVecReal, in calculateCenterFIXP()