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

/external/aac/libAACenc/src/
H A Dadj_thr.cpp854 FIXP_DBL sfbEnLdData, sfbThrLdData, sfbThrReducedLdData; local
862 sfbThrLdData = qcOutChan->sfbThresholdLdData[sfbGrp+sfb];
864 if ((sfbEnLdData > sfbThrLdData) && (ahFlag[ch][sfbGrp+sfb] != AH_ACTIVE)) {
883 sfbThrReducedLdData = fixMax((qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] + sfbEnLdData), sfbThrLdData);
885 else sfbThrReducedLdData = sfbThrLdData;
960 FIXP_DBL sfbEnLdData, sfbThrLdData, sfbThrExp; local
1064 sfbThrLdData = (qcOutChan->sfbThresholdLdData[sfbGrp+sfb]);
1067 if ( (sfbThrLdData>=MIN_LDTHRESH) && (sfbEnLdData > sfbThrLdData) && (ahFlag[ch][sfbGrp+sfb] != AH_ACTIVE)) {
1110 sfbThrReducedLdData = fixMax((qcOutChan->sfbMinSnrLdData[sfbGrp+sfb] + sfbEnLdData), sfbThrLdData);
1155 FIXP_DBL sfbEnLdData, sfbThrLdData, sfbThrReducedLdData; local
[all...]

Completed in 163 milliseconds