Lines Matching refs:scfBand
978 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()
1045 pEnvComp[scfBand+1] = compValue; in calculateCompVector()
1053 for(scfBand=0;scfBand<nSfb;scfBand++){ in calculateCompVector()
1054 if(pEnvComp[scfBand] != 0 && pPrevEnvComp[scfBand] == 0) in calculateCompVector()
1055 pEnvComp[scfBand] = 0; in calculateCompVector()