Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
Dstat_bits.c179 Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in countStaticBitdemand()
196 statBits += countTnsBits(&(psyOutChannel[0].tnsInfo), in countStaticBitdemand()
197 psyOutChannel[0].windowSequence); in countStaticBitdemand()
199 switch(psyOutChannel[0].windowSequence){ in countStaticBitdemand()
214 statBits += countMsMaskBits(psyOutChannel[0].sfbCnt, in countStaticBitdemand()
215 psyOutChannel[0].sfbPerGroup, in countStaticBitdemand()
216 psyOutChannel[0].maxSfbPerGroup, in countStaticBitdemand()
219 switch (psyOutChannel[0].windowSequence) { in countStaticBitdemand()
230 statBits += countTnsBits(&(psyOutChannel[ch].tnsInfo), in countStaticBitdemand()
231 psyOutChannel[ch].windowSequence); in countStaticBitdemand()
Dadj_thr.c71 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in calcThreshExp()
77 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]; in calcThreshExp()
94 static void adaptMinSnr(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in adaptMinSnr()
106 PSY_OUT_CHANNEL* psyOutChan = &psyOutChannel[ch]; in adaptMinSnr()
165 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in initAvoidHoleFlag()
175 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]; in initAvoidHoleFlag()
200 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]; in initAvoidHoleFlag()
260 PSY_OUT_CHANNEL *psyOutChanM = &psyOutChannel[0]; in initAvoidHoleFlag()
261 PSY_OUT_CHANNEL *psyOutChanS = &psyOutChannel[1]; in initAvoidHoleFlag()
300 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]; in initAvoidHoleFlag()
[all …]
Dqc_main.c258 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], /* may be modified in-place */ in QCMain()
277 qcOutElement->staticBitsUsed = countStaticBitdemand(psyOutChannel, in QCMain()
293 …CalcFormFactor(hQC->logSfbFormFactor, hQC->sfbNRelevantLines, hQC->logSfbEnergy, psyOutChannel, nC… in QCMain()
298 psyOutChannel, in QCMain()
309 EstimateScaleFactors(psyOutChannel, in QCMain()
333 QuantizeSpectrum(psyOutChannel[ch].sfbCnt, in QCMain()
334 psyOutChannel[ch].maxSfbPerGroup, in QCMain()
335 psyOutChannel[ch].sfbPerGroup, in QCMain()
336 psyOutChannel[ch].sfbOffsets, in QCMain()
337 psyOutChannel[ch].mdctSpectrum, in QCMain()
[all …]
Dline_pe.c41 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in prepareSfbPe()
51 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]; in prepareSfbPe()
72 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in calcSfbPe()
85 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]; in calcSfbPe()
Dpsy_main.c52 PSY_OUT_CHANNEL* psyOutChannel,
63 PSY_OUT_CHANNEL* psyOutChannel,
253 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in psyMain()
316 &psyOutChannel[ch], in psyMain()
341 &psyOutChannel[ch], in psyMain()
444 &psyOutChannel[ch]); in psyMain()
461 &psyOutChannel[ch]); in psyMain()
477 PSY_OUT_CHANNEL* psyOutChannel, in advancePsychLong() argument
522 TnsEncode(&psyOutChannel->tnsInfo, in advancePsychLong()
656 PSY_OUT_CHANNEL* psyOutChannel, in advancePsychShort() argument
[all …]
Dbitenc.c628 sfbOffset[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets; in WriteBitstream()
629 tnsInfo[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo; in WriteBitstream()
644 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets; in WriteBitstream()
646 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].sfbOffsets; in WriteBitstream()
649 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo; in WriteBitstream()
651 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].tnsInfo; in WriteBitstream()
Daacenc_core.c168 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]], in AacEncEncode()
182 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]], in AacEncEncode()
Dsf_estim.c847 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in CalcFormFactor()
853 …CalcFormFactorChannel(logSfbFormFactor[j], sfbNRelevantLines[j], logSfbEnergy[j], &psyOutChannel[j… in CalcFormFactor()
864 EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], in EstimateScaleFactors()
874 EstimateScaleFactorsChannel(&psyOutChannel[j], in EstimateScaleFactors()
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dsf_estim.h36 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
40 EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
Dline_pe.h58 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
69 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
Dstat_bits.h29 Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
Dadj_thr.h43 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
Dqc_main.h47 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], /* may be modified in-place */
Dpsy_main.h64 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
Dinterface.h86 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS]; member