Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dadj_thr.cpp1973 int redVal_e, avgThrExp_e, result_e; in FDKaacEnc_adaptThresholdsToPe() local
1979 4 * nActiveLinesGlobal, &avgThrExp_e); in FDKaacEnc_adaptThresholdsToPe()
1980 result_e = fMax(redVal_e, avgThrExp_e) + 1; in FDKaacEnc_adaptThresholdsToPe()
1984 scaleValue(avgThrExp_m, avgThrExp_e - result_e)); in FDKaacEnc_adaptThresholdsToPe()
2061 4 * nActiveLinesNoAHGlobal, &avgThrExp_e); in FDKaacEnc_adaptThresholdsToPe()
2062 result_e = fMax(reductionValue_e, fMax(redVal_e, avgThrExp_e) + 1) + 1; in FDKaacEnc_adaptThresholdsToPe()
2068 scaleValue(avgThrExp_m, avgThrExp_e - result_e)); in FDKaacEnc_adaptThresholdsToPe()