HomeSort by relevance Sort by last modified time
    Searched refs:psyOutChannel (Results 1 - 15 of 15) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
stat_bits.h 29 Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
sf_estim.h 36 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
40 EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
line_pe.h 58 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
69 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
adj_thr.h 43 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
qc_main.h 47 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], /* may be modified in-place */
interface.h 86 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS];
psy_main.h 64 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
stat_bits.c 179 Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
196 statBits += countTnsBits(&(psyOutChannel[0].tnsInfo),
197 psyOutChannel[0].windowSequence);
199 switch(psyOutChannel[0].windowSequence){
214 statBits += countMsMaskBits(psyOutChannel[0].sfbCnt,
215 psyOutChannel[0].sfbPerGroup,
216 psyOutChannel[0].maxSfbPerGroup,
219 switch (psyOutChannel[0].windowSequence) {
230 statBits += countTnsBits(&(psyOutChannel[ch].tnsInfo),
231 psyOutChannel[ch].windowSequence)
    [all...]
qc_main.c 260 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], /* may be modified in-place */
279 qcOutElement->staticBitsUsed = countStaticBitdemand(psyOutChannel,
295 CalcFormFactor(hQC->logSfbFormFactor, hQC->sfbNRelevantLines, hQC->logSfbEnergy, psyOutChannel, nChannels);
300 psyOutChannel,
311 EstimateScaleFactors(psyOutChannel,
335 QuantizeSpectrum(psyOutChannel[ch].sfbCnt,
336 psyOutChannel[ch].maxSfbPerGroup,
337 psyOutChannel[ch].sfbPerGroup,
338 psyOutChannel[ch].sfbOffsets,
339 psyOutChannel[ch].mdctSpectrum
    [all...]
adj_thr.c 67 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
73 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
90 static void adaptMinSnr(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
102 PSY_OUT_CHANNEL* psyOutChan = &psyOutChannel[ch];
161 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
171 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
196 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
256 PSY_OUT_CHANNEL *psyOutChanM = &psyOutChannel[0];
257 PSY_OUT_CHANNEL *psyOutChanS = &psyOutChannel[1];
296 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]
    [all...]
line_pe.c 41 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
51 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
72 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
85 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch];
bitenc.c 625 sfbOffset[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
626 tnsInfo[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
641 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
643 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].sfbOffsets;
646 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
648 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].tnsInfo;
aacenc_core.c 169 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]],
183 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]],
psy_main.c 50 PSY_OUT_CHANNEL* psyOutChannel,
61 PSY_OUT_CHANNEL* psyOutChannel,
249 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
312 &psyOutChannel[ch],
337 &psyOutChannel[ch],
440 &psyOutChannel[ch]);
457 &psyOutChannel[ch]);
473 PSY_OUT_CHANNEL* psyOutChannel,
518 TnsEncode(&psyOutChannel->tnsInfo,
652 PSY_OUT_CHANNEL* psyOutChannel,
    [all...]
sf_estim.c 847 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
853 CalcFormFactorChannel(logSfbFormFactor[j], sfbNRelevantLines[j], logSfbEnergy[j], &psyOutChannel[j]);
864 EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
874 EstimateScaleFactorsChannel(&psyOutChannel[j],

Completed in 1701 milliseconds