/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | stat_bits.c | 179 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()
|
D | adj_thr.c | 71 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 …]
|
D | qc_main.c | 258 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 …]
|
D | line_pe.c | 41 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()
|
D | psy_main.c | 52 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 …]
|
D | bitenc.c | 628 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()
|
D | aacenc_core.c | 168 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]], in AacEncEncode() 182 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]], in AacEncEncode()
|
D | sf_estim.c | 847 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/ |
D | sf_estim.h | 36 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], 40 EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
|
D | line_pe.h | 58 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], 69 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
|
D | stat_bits.h | 29 Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
|
D | adj_thr.h | 43 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
|
D | qc_main.h | 47 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], /* may be modified in-place */
|
D | psy_main.h | 64 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
|
D | interface.h | 86 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS]; member
|