Searched refs:scfBand (Results 1 – 1 of 1) sorted by relevance
958 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; in calculateCompVector() local965 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()[all …]