Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp978 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; in calculateCompVector() local
985 for(scfBand=0; scfBand < nSfb; scfBand++){ in calculateCompVector()
987 if(pAddHarmSfb[scfBand]){ /* A missing sine was detected */ in calculateCompVector()
988 ll = freqBandTable[scfBand]; in calculateCompVector()
989 lu = freqBandTable[scfBand+1]; in calculateCompVector()
1013 if(maxPosF == ll && scfBand){ in calculateCompVector()
1014 if(!pAddHarmSfb[scfBand - 1]) { /* No detection below*/ in calculateCompVector()
1027 pEnvComp[scfBand-1] = compValue; in calculateCompVector()
1035 if(maxPosF == lu-1 && scfBand+1 < nSfb){ /* Upper border*/ in calculateCompVector()
1036 if(!pAddHarmSfb[scfBand + 1]) { in calculateCompVector()
[all …]