Lines Matching refs:psyOutChan

559       PSY_OUT_CHANNEL  *psyOutChan  = psyOutChannel[ch];  in FDKaacEnc_initAvoidHoleFlag()  local
560 for(sfbGrp = 0;sfbGrp < psyOutChan->sfbCnt;sfbGrp+= psyOutChan->sfbPerGroup){ in FDKaacEnc_initAvoidHoleFlag()
561 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) { in FDKaacEnc_initAvoidHoleFlag()
597 PSY_OUT_CHANNEL *psyOutChan = psyOutChannel[ch]; in FDKaacEnc_preparePe() local
599 psyOutChan->sfbEnergyLdData, in FDKaacEnc_preparePe()
600 psyOutChan->sfbThresholdLdData, in FDKaacEnc_preparePe()
602 psyOutChan->sfbOffsets, in FDKaacEnc_preparePe()
603 psyOutChan->sfbCnt, in FDKaacEnc_preparePe()
604 psyOutChan->sfbPerGroup, in FDKaacEnc_preparePe()
605 psyOutChan->maxSfbPerGroup); in FDKaacEnc_preparePe()
650 PSY_OUT_CHANNEL *psyOutChan = psyOutChannel[ch]; in FDKaacEnc_calcWeighting() local
664 … FIXP_DBL nrgFac12 = CalcInvLdData(psyOutChan->sfbEnergyLdData[sfbGrp+sfb]>>1); /* nrg^(1/2) */ in FDKaacEnc_calcWeighting()
665 … FIXP_DBL nrgFac14 = CalcInvLdData(psyOutChan->sfbEnergyLdData[sfbGrp+sfb]>>2); /* nrg^(1/4) */ in FDKaacEnc_calcWeighting()
669 … nrgTotal += ( psyOutChan->sfbEnergy[sfbGrp+sfb] >> 6 ); /* sum up nrg */ in FDKaacEnc_calcWeighting()
682 …c[ch] = FDKmax( FL2FXCONST_DBL(0.1875f), fDivNorm(nLinesSum,psyOutChan->sfbOffsets[psyOutChan->sfb… in FDKaacEnc_calcWeighting()
700 if ( (sfbExePatch) && (psyOutChan->sfbEnergy[sfbGrp+sfb]>FL2FXCONST_DBL(0.f)) ) in FDKaacEnc_calcWeighting()
704 …el[ch]->sfbEnFacLd[sfbGrp+sfb] = ( (nrgFacLd_14 + (psyOutChan->sfbEnergyLdData[sfbGrp+sfb]+(psyOut… in FDKaacEnc_calcWeighting()
707 …qcOutChannel[ch]->sfbEnFacLd[sfbGrp+sfb] = ( (nrgFacLd_12 + psyOutChan->sfbEnergyLdData[sfbGrp+sfb… in FDKaacEnc_calcWeighting()
710 …qcOutChannel[ch]->sfbEnFacLd[sfbGrp+sfb] = ( (nrgFacLd_34 + (psyOutChan->sfbEnergyLdData[sfbGrp+sf… in FDKaacEnc_calcWeighting()
966 PSY_OUT_CHANNEL *psyOutChan = NULL; in FDKaacEnc_reduceThresholdsVBR() local
978 psyOutChan = psyOutChannel[ch]; in FDKaacEnc_reduceThresholdsVBR()
984 for (sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup, groupCnt++) { in FDKaacEnc_reduceThresholdsVBR()
986 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++){ in FDKaacEnc_reduceThresholdsVBR()
987 chGroupEnergy[groupCnt][ch] += (psyOutChan->sfbEnergy[sfbGrp+sfb]>>SCALE_GROUP_ENERGY); in FDKaacEnc_reduceThresholdsVBR()
1030 for (sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup,groupCnt++) { in FDKaacEnc_reduceThresholdsVBR()
1058 psyOutChan = psyOutChannel[ch]; in FDKaacEnc_reduceThresholdsVBR()
1060 for (sfbGrp=0; sfbGrp<psyOutChan->sfbCnt; sfbGrp+=psyOutChan->sfbPerGroup) { in FDKaacEnc_reduceThresholdsVBR()
1061 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++){ in FDKaacEnc_reduceThresholdsVBR()
1071 const int groupNumber = (int) sfb/psyOutChan->sfbPerGroup; in FDKaacEnc_reduceThresholdsVBR()
1073 FDK_ASSERT(INV_SQRT4_TAB_SIZE>psyOutChan->groupLen[groupNumber]); in FDKaacEnc_reduceThresholdsVBR()
1075 …sfbThrExp = fMult(sfbThrExp, fMult( FL2FXCONST_DBL(2.82f/4.f), invSqrt4[psyOutChan->groupLen[group… in FDKaacEnc_reduceThresholdsVBR()
1089 sfbThrReducedLdData += ( CalcLdInt(psyOutChan->groupLen[groupNumber]) - in FDKaacEnc_reduceThresholdsVBR()
1152 PSY_OUT_CHANNEL *psyOutChan; in FDKaacEnc_correctThresh() local
1181 psyOutChan = psyOutElement[elementId]->psyOutChannel[ch]; in FDKaacEnc_correctThresh()
1184 for(sfbGrp = 0; sfbGrp < psyOutChan->sfbCnt; sfbGrp+= psyOutChan->sfbPerGroup){ in FDKaacEnc_correctThresh()
1185 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) { in FDKaacEnc_correctThresh()
1243 psyOutChan = psyOutElement[elementId]->psyOutChannel[ch]; in FDKaacEnc_correctThresh()
1246 for(sfbGrp = 0;sfbGrp < psyOutChan->sfbCnt;sfbGrp+= psyOutChan->sfbPerGroup){ in FDKaacEnc_correctThresh()
1247 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) { in FDKaacEnc_correctThresh()