Home | History | Annotate | Download | only in src

Lines Matching refs:noiseNrg

250         const INT* const             noiseNrg,
262 if(noiseNrg[i] != NO_NOISE_PNS){
397 const INT* const noiseNrg,
441 FDKaacEnc_gmStage0(huffsection, bitLookUp, sectionData->maxSfbPerGroup, noiseNrg+grpNdx, isBook+grpNdx);
670 INT noisePreCount(const INT *noiseNrg, INT maxSfb)
677 if (noiseNrg[i] != NO_NOISE_PNS) {
681 lastValPns = noiseNrg[i];
684 deltaPns = noiseNrg[i]-lastValPns;
685 lastValPns = noiseNrg[i];
697 const INT* const noiseNrg
714 lastValPns = noiseNrg[j];
717 deltaPns = noiseNrg[j]-lastValPns;
718 lastValPns = noiseNrg[j];
737 const INT* const noiseNrg,
757 noiseNrg,
768 noiseNrg);