Home
last modified time | relevance | path

Searched refs:psyOutChannel (Results 1 – 12 of 12) sorted by relevance

/external/aac/libAACenc/src/
Dadj_thr.cpp357 PSY_OUT_CHANNEL* psyOutChannel[(2)], in FDKaacEnc_calcThreshExp()
364 for(sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup) { in FDKaacEnc_calcThreshExp()
365 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_calcThreshExp()
366 thrExpLdData = psyOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb]>>2 ; in FDKaacEnc_calcThreshExp()
379 PSY_OUT_CHANNEL *psyOutChannel[(2)], in FDKaacEnc_adaptMinSnr()
394 for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) { in FDKaacEnc_adaptMinSnr()
395 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_adaptMinSnr()
396 accu += psyOutChannel[ch]->sfbEnergy[sfbGrp+sfb]>>6; in FDKaacEnc_adaptMinSnr()
411 for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) { in FDKaacEnc_adaptMinSnr()
412 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_adaptMinSnr()
[all …]
Dpsy_main.cpp282 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++]; in FDKaacEnc_psyInit()
460 PSY_OUT_CHANNEL **RESTRICT psyOutChannel = psyOutElement->psyOutChannel; in FDKaacEnc_psyMain() local
501 psyData[ch]->mdctSpectrum = psyOutChannel[ch]->mdctSpectrum; in FDKaacEnc_psyMain()
797 &psyOutChannel[ch]->tnsInfo, in FDKaacEnc_psyMain()
810 &psyOutChannel[1]->tnsInfo, in FDKaacEnc_psyMain()
811 &psyOutChannel[0]->tnsInfo, in FDKaacEnc_psyMain()
855 &psyOutChannel[ch]->tnsInfo, in FDKaacEnc_psyMain()
1065 psyOutChannel[ch]->sfbMinSnrLdData, in FDKaacEnc_psyMain()
1073 …LdDataVector(&psyData[ch]->sfbEnergy.Long[sfbGrp], &psyOutChannel[ch]->sfbEnergyLdData[sfbGrp], ps… in FDKaacEnc_psyMain()
1078 …LdDataVector(&psyData[ch]->sfbThreshold.Long[sfbGrp], &psyOutChannel[ch]->sfbThresholdLdData[sfbGr… in FDKaacEnc_psyMain()
[all …]
Dsf_estim.cpp152 PSY_OUT_CHANNEL *psyOutChannel[(2)], in FDKaacEnc_CalcFormFactor()
157 … FDKaacEnc_FDKaacEnc_CalcFormFactorChannel(qcOutChannel[j]->sfbFormFactorLdData, psyOutChannel[j]); in FDKaacEnc_CalcFormFactor()
1056 PSY_OUT_CHANNEL *psyOutChannel, in FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel() argument
1091 for(i=0; i<psyOutChannel->sfbCnt; i++) { in FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel()
1099 for (sfbOffs=0; sfbOffs<psyOutChannel->sfbCnt; sfbOffs+=psyOutChannel->sfbPerGroup) { in FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel()
1100 for(sfb=0; sfb<psyOutChannel->maxSfbPerGroup; sfb++) { in FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel()
1134 … for(j=psyOutChannel->sfbOffsets[sfbOffs+sfb]; j<psyOutChannel->sfbOffsets[sfbOffs+sfb+1]; j++ ){ in FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel()
1158 … scfInt = FDKaacEnc_improveScf(qcOutChannel->mdctSpectrum+psyOutChannel->sfbOffsets[sfbOffs+sfb], in FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel()
1159 quantSpec+psyOutChannel->sfbOffsets[sfbOffs+sfb], in FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel()
1160 quantSpecTmp+psyOutChannel->sfbOffsets[sfbOffs+sfb], in FDKaacEnc_FDKaacEnc_EstimateScaleFactorsChannel()
[all …]
Dms_stereo.cpp97 PSY_OUT_CHANNEL* psyOutChannel[2], in FDKaacEnc_MsStereoProcessing()
116 …FIXP_DBL *sfbEnergyLeftLdData = psyOutChannel[0]->sfbEnergyLdData; /* modified where… in FDKaacEnc_MsStereoProcessing()
117 …FIXP_DBL *sfbEnergyRightLdData = psyOutChannel[1]->sfbEnergyLdData; /* modified where… in FDKaacEnc_MsStereoProcessing()
120 …FIXP_DBL *sfbThresholdLeftLdData = psyOutChannel[0]->sfbThresholdLdData; /* modified where… in FDKaacEnc_MsStereoProcessing()
121 …FIXP_DBL *sfbThresholdRightLdData = psyOutChannel[1]->sfbThresholdLdData; /* modified where… in FDKaacEnc_MsStereoProcessing()
Dsf_estim.h106 PSY_OUT_CHANNEL *psyOutChannel[(2)],
110 FDKaacEnc_EstimateScaleFactors(PSY_OUT_CHANNEL *psyOutChannel[],
Dbitenc.cpp993 PSY_OUT_CHANNEL *psyOutChannel[(2)], in FDKaacEnc_ChannelElementWrite()
1065 chSfbCnt = psyOutChannel[ch]->sfbCnt; in FDKaacEnc_ChannelElementWrite()
1066 chSfbPerGrp = psyOutChannel[ch]->sfbPerGroup; in FDKaacEnc_ChannelElementWrite()
1067 chMaxSfbPerGrp = psyOutChannel[ch]->maxSfbPerGroup; in FDKaacEnc_ChannelElementWrite()
1069 pTnsInfo = &psyOutChannel[ch]->tnsInfo; in FDKaacEnc_ChannelElementWrite()
1073 chBlockType = psyOutChannel[ch]->lastWindowSequence; in FDKaacEnc_ChannelElementWrite()
1098 psyOutChannel[ch]->windowShape, in FDKaacEnc_ChannelElementWrite()
1099 psyOutChannel[ch]->groupingMask, in FDKaacEnc_ChannelElementWrite()
1132 psyOutChannel[ch]->mdctScale ); in FDKaacEnc_ChannelElementWrite()
1153 psyOutChannel[ch]->noiseNrg, in FDKaacEnc_ChannelElementWrite()
[all …]
Dadj_thr.h103 PSY_OUT_CHANNEL* psyOutChannel[(2)],
126 PSY_OUT_CHANNEL *psyOutChannel[(2)],
Dqc_main.cpp459 …PSY_OUT_CHANNEL** RESTRICT psyOutChannel = psyOutElement->psyOutChannel; /* may be modified in-… in FDKaacEnc_QCMainPrepare() local
461 FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, nChannels); in FDKaacEnc_QCMainPrepare()
464 …FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutE… in FDKaacEnc_QCMainPrepare()
468 psyOutElement->psyOutChannel, in FDKaacEnc_QCMainPrepare()
594 psyOut[0]->psyOutElement[i]->psyOutChannel, in FDKaacEnc_getMinimalStaticBitdemand()
654 psyOut[0]->psyOutElement[i]->psyOutChannel, in FDKaacEnc_prepareBitDistribution()
919 FDKaacEnc_EstimateScaleFactors(psyOut[c]->psyOutElement[i]->psyOutChannel, in FDKaacEnc_QCMain()
1004 … PSY_OUT_CHANNEL* psyOutCh = psyOut[c]->psyOutElement[i]->psyOutChannel[ch]; in FDKaacEnc_QCMain()
1054 … PSY_OUT_CHANNEL *psyOutCh = psyOut[c]->psyOutElement[i]->psyOutChannel[ch]; in FDKaacEnc_QCMain()
1489 PSY_OUT_CHANNEL **psyChannel = psyOutElement->psyOutChannel; in FDKaacEnc_crashRecovery()
Dms_stereo.h98 PSY_OUT_CHANNEL* psyOutChannel[2],
Dbitenc.h143 PSY_OUT_CHANNEL *psyOutChannel[(2)],
Dinterface.h149 PSY_OUT_CHANNEL* psyOutChannel[(2)]; member
Daacenc.cpp723 PSY_OUT_CHANNEL *psyOutChan = psyOut->psyOutElement[el]->psyOutChannel[ch]; in FDKaacEnc_EncodeFrame()