Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp914 INT scfBand, est, l, ll, lu, maxPosF, maxPosT; in calculateCompVector() local
921 for (scfBand = 0; scfBand < nSfb; scfBand++) { in calculateCompVector()
922 if (pAddHarmSfb[scfBand]) { /* A missing sine was detected */ in calculateCompVector()
923 ll = freqBandTable[scfBand]; in calculateCompVector()
924 lu = freqBandTable[scfBand + 1]; in calculateCompVector()
948 if (maxPosF == ll && scfBand) { in calculateCompVector()
949 if (!pAddHarmSfb[scfBand - 1]) { /* No detection below*/ in calculateCompVector()
966 pEnvComp[scfBand - 1] = compValue; in calculateCompVector()
974 if (maxPosF == lu - 1 && scfBand + 1 < nSfb) { /* Upper border*/ in calculateCompVector()
975 if (!pAddHarmSfb[scfBand + 1]) { in calculateCompVector()
[all …]