Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dadj_thr.cpp999 #define MIN_LDTHRESH (FL2FXCONST_DBL(-0.515625f)) in FDKaacEnc_reduceThresholdsVBR() macro
1093 …if ( (sfbThrLdData>=MIN_LDTHRESH) && (sfbEnLdData > sfbThrLdData) && (ahFlag[ch][sfbGrp+sfb] != AH… in FDKaacEnc_reduceThresholdsVBR()
1150 sfbThrReducedLdData = fixMax(MIN_LDTHRESH,sfbThrReducedLdData); in FDKaacEnc_reduceThresholdsVBR()