Home
last modified time | relevance | path

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

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