Searched refs:nSegSmp (Results 1 – 2 of 2) sorted by relevance
493 final int nSegSmp = nBlkSmp / nSegPerBlk; in checkEnergyUSAC() local497 final int nSegSmpTot = nSegSmp * nCh; in checkEnergyUSAC()505 final int expSmplPerChan = Math.max(encEffNch, 2) * nSegChOffst * nSegSmp; in checkEnergyUSAC()541 final int totSeg = (smplPerChan - signalStart) / nSegSmp; in checkEnergyUSAC()543 final int totSmp = nSegSmp * totSeg; in checkEnergyUSAC()553 double zeroNrgThresh = nSegSmp * nSegSmp; in checkEnergyUSAC()
1315 final int nSegSmp = nBlkSmp / nSegPerBlk; // length of one segment [samples] in checkEnergy() local1318 final int nSegSmpTot = nSegSmp * nCh; // actual # samples per segment (all ch) in checkEnergy()1330 final int expSmplPerChan = Math.max(encEffNch, 2) * nSegChOffst * nSegSmp; in checkEnergy()1354 final int totSeg = (smplPerChan-signalStart) / nSegSmp; // max num seg that fit into signal in checkEnergy()1355 final int totSmp = nSegSmp * totSeg; // max num relevant samples (per channel) in checkEnergy()1361 double zeroNrgThresh = nSegSmp * nSegSmp; // threshold to classify segment energies in checkEnergy()