Lines Matching refs:scfBand
958 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; in calculateCompVector() local
965 for(scfBand=0; scfBand < nSfb; scfBand++){ in calculateCompVector()
967 if(pAddHarmSfb[scfBand]){ /* A missing sine was detected */ in calculateCompVector()
968 ll = freqBandTable[scfBand]; in calculateCompVector()
969 lu = freqBandTable[scfBand+1]; in calculateCompVector()
993 if(maxPosF == ll && scfBand){ in calculateCompVector()
994 if(!pAddHarmSfb[scfBand - 1]) { /* No detection below*/ in calculateCompVector()
1007 pEnvComp[scfBand-1] = compValue; in calculateCompVector()
1015 if(maxPosF == lu-1 && scfBand+1 < nSfb){ /* Upper border*/ in calculateCompVector()
1016 if(!pAddHarmSfb[scfBand + 1]) { in calculateCompVector()
1025 pEnvComp[scfBand+1] = compValue; in calculateCompVector()
1033 for(scfBand=0;scfBand<nSfb;scfBand++){ in calculateCompVector()
1034 if(pEnvComp[scfBand] != 0 && pPrevEnvComp[scfBand] == 0) in calculateCompVector()
1035 pEnvComp[scfBand] = 0; in calculateCompVector()