Lines Matching refs:psyOutChan

585       PSY_OUT_CHANNEL  *psyOutChan  = psyOutChannel[ch];  in FDKaacEnc_initAvoidHoleFlag()  local
586 for(sfbGrp = 0;sfbGrp < psyOutChan->sfbCnt;sfbGrp+= psyOutChan->sfbPerGroup){ in FDKaacEnc_initAvoidHoleFlag()
587 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) { in FDKaacEnc_initAvoidHoleFlag()
623 PSY_OUT_CHANNEL *psyOutChan = psyOutChannel[ch]; in FDKaacEnc_preparePe() local
625 psyOutChan->sfbEnergyLdData, in FDKaacEnc_preparePe()
626 psyOutChan->sfbThresholdLdData, in FDKaacEnc_preparePe()
628 psyOutChan->sfbOffsets, in FDKaacEnc_preparePe()
629 psyOutChan->sfbCnt, in FDKaacEnc_preparePe()
630 psyOutChan->sfbPerGroup, in FDKaacEnc_preparePe()
631 psyOutChan->maxSfbPerGroup); in FDKaacEnc_preparePe()
676 PSY_OUT_CHANNEL *psyOutChan = psyOutChannel[ch]; in FDKaacEnc_calcWeighting() local
690 … FIXP_DBL nrgFac12 = CalcInvLdData(psyOutChan->sfbEnergyLdData[sfbGrp+sfb]>>1); /* nrg^(1/2) */ in FDKaacEnc_calcWeighting()
691 … FIXP_DBL nrgFac14 = CalcInvLdData(psyOutChan->sfbEnergyLdData[sfbGrp+sfb]>>2); /* nrg^(1/4) */ in FDKaacEnc_calcWeighting()
695 … nrgTotal += ( psyOutChan->sfbEnergy[sfbGrp+sfb] >> 6 ); /* sum up nrg */ in FDKaacEnc_calcWeighting()
708 …c[ch] = FDKmax( FL2FXCONST_DBL(0.1875f), fDivNorm(nLinesSum,psyOutChan->sfbOffsets[psyOutChan->sfb… in FDKaacEnc_calcWeighting()
726 if ( (sfbExePatch) && (psyOutChan->sfbEnergy[sfbGrp+sfb]>FL2FXCONST_DBL(0.f)) ) in FDKaacEnc_calcWeighting()
730 …el[ch]->sfbEnFacLd[sfbGrp+sfb] = ( (nrgFacLd_14 + (psyOutChan->sfbEnergyLdData[sfbGrp+sfb]+(psyOut… in FDKaacEnc_calcWeighting()
733 …qcOutChannel[ch]->sfbEnFacLd[sfbGrp+sfb] = ( (nrgFacLd_12 + psyOutChan->sfbEnergyLdData[sfbGrp+sfb… in FDKaacEnc_calcWeighting()
736 …qcOutChannel[ch]->sfbEnFacLd[sfbGrp+sfb] = ( (nrgFacLd_34 + (psyOutChan->sfbEnergyLdData[sfbGrp+sf… in FDKaacEnc_calcWeighting()
992 PSY_OUT_CHANNEL *psyOutChan = NULL; in FDKaacEnc_reduceThresholdsVBR() local
1004 psyOutChan = psyOutChannel[ch]; in FDKaacEnc_reduceThresholdsVBR()
1010 for (sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup, groupCnt++) { in FDKaacEnc_reduceThresholdsVBR()
1012 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++){ in FDKaacEnc_reduceThresholdsVBR()
1013 chGroupEnergy[groupCnt][ch] += (psyOutChan->sfbEnergy[sfbGrp+sfb]>>SCALE_GROUP_ENERGY); in FDKaacEnc_reduceThresholdsVBR()
1056 for (sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup,groupCnt++) { in FDKaacEnc_reduceThresholdsVBR()
1084 psyOutChan = psyOutChannel[ch]; in FDKaacEnc_reduceThresholdsVBR()
1086 for (sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup) { in FDKaacEnc_reduceThresholdsVBR()
1087 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++){ in FDKaacEnc_reduceThresholdsVBR()
1097 const int groupNumber = (int) sfb/psyOutChan->sfbPerGroup; in FDKaacEnc_reduceThresholdsVBR()
1099 FDK_ASSERT(INV_SQRT4_TAB_SIZE>psyOutChan->groupLen[groupNumber]); in FDKaacEnc_reduceThresholdsVBR()
1101 …sfbThrExp = fMult(sfbThrExp, fMult( FL2FXCONST_DBL(2.82f/4.f), invSqrt4[psyOutChan->groupLen[group… in FDKaacEnc_reduceThresholdsVBR()
1115 sfbThrReducedLdData += ( CalcLdInt(psyOutChan->groupLen[groupNumber]) - in FDKaacEnc_reduceThresholdsVBR()
1178 PSY_OUT_CHANNEL *psyOutChan; in FDKaacEnc_correctThresh() local
1207 psyOutChan = psyOutElement[elementId]->psyOutChannel[ch]; in FDKaacEnc_correctThresh()
1210 for(sfbGrp = 0; sfbGrp < psyOutChan->sfbCnt; sfbGrp+= psyOutChan->sfbPerGroup){ in FDKaacEnc_correctThresh()
1211 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) { in FDKaacEnc_correctThresh()
1269 psyOutChan = psyOutElement[elementId]->psyOutChannel[ch]; in FDKaacEnc_correctThresh()
1272 for(sfbGrp = 0;sfbGrp < psyOutChan->sfbCnt;sfbGrp+= psyOutChan->sfbPerGroup){ in FDKaacEnc_correctThresh()
1273 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) { in FDKaacEnc_correctThresh()