Searched refs:psyOutChannel (Results 1 – 12 of 12) sorted by relevance
/external/aac/libAACenc/src/ |
D | adj_thr.cpp | 446 const PSY_OUT_CHANNEL *const psyOutChannel[(2)], const INT nChannels) { in FDKaacEnc_calcThreshExp() 451 for (sfbGrp = 0; sfbGrp < psyOutChannel[ch]->sfbCnt; in FDKaacEnc_calcThreshExp() 452 sfbGrp += psyOutChannel[ch]->sfbPerGroup) { in FDKaacEnc_calcThreshExp() 453 for (sfb = 0; sfb < psyOutChannel[ch]->maxSfbPerGroup; sfb++) { in FDKaacEnc_calcThreshExp() 454 thrExpLdData = psyOutChannel[ch]->sfbThresholdLdData[sfbGrp + sfb] >> 2; in FDKaacEnc_calcThreshExp() 468 const PSY_OUT_CHANNEL *const psyOutChannel[(2)], in FDKaacEnc_adaptMinSnr() 488 DWORD_ALIGNED(psyOutChannel[ch]->sfbEnergy); in FDKaacEnc_adaptMinSnr() 490 for (sfbGrp = 0; sfbGrp < psyOutChannel[ch]->sfbCnt; in FDKaacEnc_adaptMinSnr() 491 sfbGrp += psyOutChannel[ch]->sfbPerGroup) { in FDKaacEnc_adaptMinSnr() 492 int maxSfbPerGroup = psyOutChannel[ch]->maxSfbPerGroup; in FDKaacEnc_adaptMinSnr() [all …]
|
D | psy_main.cpp | 283 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = in FDKaacEnc_psyInit() 423 PSY_OUT_CHANNEL **RESTRICT psyOutChannel = psyOutElement->psyOutChannel; in FDKaacEnc_psyMain() local 472 psyData[ch]->mdctSpectrum = psyOutChannel[ch]->mdctSpectrum; in FDKaacEnc_psyMain() 777 &psyOutChannel[ch]->tnsInfo, hThisPsyConf[ch]->sfbCnt, in FDKaacEnc_psyMain() 785 tnsData[1], tnsData[0], &psyOutChannel[1]->tnsInfo, in FDKaacEnc_psyMain() 786 &psyOutChannel[0]->tnsInfo, in FDKaacEnc_psyMain() 845 &psyOutChannel[ch]->tnsInfo, tnsData[ch], in FDKaacEnc_psyMain() 1053 &maxSfbPerGroup[ch], psyOutChannel[ch]->sfbMinSnrLdData, in FDKaacEnc_psyMain() 1062 &psyOutChannel[ch]->sfbEnergyLdData[sfbGrp], in FDKaacEnc_psyMain() 1069 &psyOutChannel[ch]->sfbThresholdLdData[sfbGrp], in FDKaacEnc_psyMain() [all …]
|
D | sf_estim.cpp | 167 PSY_OUT_CHANNEL *psyOutChannel[(2)], in FDKaacEnc_CalcFormFactor() 172 qcOutChannel[j]->sfbFormFactorLdData, psyOutChannel[j]); in FDKaacEnc_CalcFormFactor() 1047 QC_OUT_CHANNEL *qcOutChannel, PSY_OUT_CHANNEL *psyOutChannel, in FDKaacEnc_EstimateScaleFactorsChannel() argument 1077 for (i = 0; i < psyOutChannel->sfbCnt; i++) { in FDKaacEnc_EstimateScaleFactorsChannel() 1085 for (sfbOffs = 0; sfbOffs < psyOutChannel->sfbCnt; in FDKaacEnc_EstimateScaleFactorsChannel() 1086 sfbOffs += psyOutChannel->sfbPerGroup) { in FDKaacEnc_EstimateScaleFactorsChannel() 1087 for (sfb = 0; sfb < psyOutChannel->maxSfbPerGroup; sfb++) { in FDKaacEnc_EstimateScaleFactorsChannel() 1125 for (j = psyOutChannel->sfbOffsets[sfbOffs + sfb]; in FDKaacEnc_EstimateScaleFactorsChannel() 1126 j < psyOutChannel->sfbOffsets[sfbOffs + sfb + 1]; j += 4) { in FDKaacEnc_EstimateScaleFactorsChannel() 1156 psyOutChannel->sfbOffsets[sfbOffs + sfb], in FDKaacEnc_EstimateScaleFactorsChannel() [all …]
|
D | ms_stereo.cpp | 110 PSY_OUT_CHANNEL *psyOutChannel[2], in FDKaacEnc_MsStereoProcessing() 132 psyOutChannel[0]->sfbEnergyLdData; /* modified where msMask==1 */ in FDKaacEnc_MsStereoProcessing() 134 psyOutChannel[1]->sfbEnergyLdData; /* modified where msMask==1 */ in FDKaacEnc_MsStereoProcessing() 138 psyOutChannel[0]->sfbThresholdLdData; /* modified where msMask==1 */ in FDKaacEnc_MsStereoProcessing() 140 psyOutChannel[1]->sfbThresholdLdData; /* modified where msMask==1 */ in FDKaacEnc_MsStereoProcessing()
|
D | sf_estim.h | 115 PSY_OUT_CHANNEL *psyOutChannel[(2)], 118 void FDKaacEnc_EstimateScaleFactors(PSY_OUT_CHANNEL *psyOutChannel[],
|
D | bitenc.cpp | 921 PSY_OUT_CHANNEL *psyOutChannel[(2)], UINT syntaxFlags, in FDKaacEnc_ChannelElementWrite() 986 chSfbCnt = psyOutChannel[ch]->sfbCnt; in FDKaacEnc_ChannelElementWrite() 987 chSfbPerGrp = psyOutChannel[ch]->sfbPerGroup; in FDKaacEnc_ChannelElementWrite() 988 chMaxSfbPerGrp = psyOutChannel[ch]->maxSfbPerGroup; in FDKaacEnc_ChannelElementWrite() 990 pTnsInfo = &psyOutChannel[ch]->tnsInfo; in FDKaacEnc_ChannelElementWrite() 994 chBlockType = psyOutChannel[ch]->lastWindowSequence; in FDKaacEnc_ChannelElementWrite() 1018 FDKaacEnc_encodeIcsInfo(chBlockType, psyOutChannel[ch]->windowShape, in FDKaacEnc_ChannelElementWrite() 1019 psyOutChannel[ch]->groupingMask, in FDKaacEnc_ChannelElementWrite() 1046 chGlobalGain, chFirstScf, hBitStream, psyOutChannel[ch]->mdctScale); in FDKaacEnc_ChannelElementWrite() 1063 psyOutChannel[ch]->noiseNrg, psyOutChannel[ch]->isScale, in FDKaacEnc_ChannelElementWrite() [all …]
|
D | adj_thr.h | 117 const PSY_OUT_CHANNEL *const psyOutChannel[(2)], 146 PSY_OUT_CHANNEL *psyOutChannel[(2)], PE_DATA *peData, INT *grantedPe,
|
D | qc_main.cpp | 443 PSY_OUT_CHANNEL** RESTRICT psyOutChannel = in FDKaacEnc_QCMainPrepare() local 444 psyOutElement->psyOutChannel; /* may be modified in-place */ in FDKaacEnc_QCMainPrepare() 446 FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, in FDKaacEnc_QCMainPrepare() 450 FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, in FDKaacEnc_QCMainPrepare() 455 NULL, elInfo, NULL, psyOutElement, psyOutElement->psyOutChannel, in FDKaacEnc_QCMainPrepare() 604 psyOut[0]->psyOutElement[i]->psyOutChannel, in FDKaacEnc_getMinimalStaticBitdemand() 657 psyOut[0]->psyOutElement[i]->psyOutChannel, &qcElement[0][i]->peData, in FDKaacEnc_prepareBitDistribution() 871 psyOut[c]->psyOutElement[i]->psyOutChannel, in FDKaacEnc_QCMain() 945 psyOut[c]->psyOutElement[i]->psyOutChannel[ch]; in FDKaacEnc_QCMain() 991 psyOut[c]->psyOutElement[i]->psyOutChannel[ch]; in FDKaacEnc_QCMain() [all …]
|
D | ms_stereo.h | 109 PSY_OUT_CHANNEL *psyOutChannel[2],
|
D | bitenc.h | 155 PSY_OUT_CHANNEL *psyOutChannel[(2)], UINT syntaxFlags,
|
D | interface.h | 150 PSY_OUT_CHANNEL *psyOutChannel[(2)]; member
|
D | aacenc.cpp | 800 psyOut->psyOutElement[el]->psyOutChannel[ch]; in FDKaacEnc_EncodeFrame()
|