HomeSort by relevance Sort by last modified time
    Searched refs:pwrL (Results 1 - 2 of 2) sorted by null

  /external/aac/libSBRenc/src/
ps_encode.cpp 650 /* iid[env][i] = 10.0f*(float)log10(pwrL[env][i]/pwrR[env][i]);
687 /* icc[env][i] = min( pwrCr[env][i] / (float) sqrt(pwrL[env][i] * pwrR[env][i]) , 1.f);
828 FIXP_DBL pwrL[PS_MAX_ENVELOPES][PS_MAX_BANDS];
873 pwrData->pwrL[env][band] = pwrData->pwrR[env][band] = pwrData->pwrCr[env][band] = pwrData->pwrCi[env][band] = FIXP_DBL(1);
891 FIXP_DBL pwrL_env_bin = pwrData->pwrL[env][bin];
911 pwrData->pwrL[env][bin] = fixMax((FIXP_DBL)0,pwrL_env_bin);
920 LdDataVector(pwrData->pwrL[env], pwrData->ldPwrL[env], psBands);
935 FDKsbrEnc_addFIXP_DBL(pwrData->pwrL[2*e], pwrData->pwrL[2*e+1], pwrData->pwrL[e], psBands)
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_phy.c     [all...]

Completed in 1221 milliseconds