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

/external/aac/libSBRenc/src/
H A Dps_encode.cpp891 FIXP_DBL pwrL_env_bin = pwrData->pwrL[env][bin]; local
904 pwrL_env_bin += (fPow2Div2(l_real) + fPow2Div2(l_imag)) >> bScale;
911 pwrData->pwrL[env][bin] = fixMax((FIXP_DBL)0,pwrL_env_bin);

Completed in 39 milliseconds