/external/aac/libAACenc/src/ |
sf_estim.h | 106 PSY_OUT_CHANNEL *psyOutChannel[(2)], 110 FDKaacEnc_EstimateScaleFactors(PSY_OUT_CHANNEL *psyOutChannel[],
|
ms_stereo.h | 98 PSY_OUT_CHANNEL* psyOutChannel[2],
|
adj_thr.h | 103 PSY_OUT_CHANNEL* psyOutChannel[(2)], 121 PSY_OUT_CHANNEL *psyOutChannel[(2)],
|
adj_thr.cpp | 153 PSY_OUT_CHANNEL* psyOutChannel[(2)], 160 for(sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup) { 161 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { 162 thrExpLdData = psyOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb]>>2 ; 175 PSY_OUT_CHANNEL *psyOutChannel[(2)], 190 for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) { 191 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { 192 accu += psyOutChannel[ch]->sfbEnergy[sfbGrp+sfb]>>6 [all...] |
sf_estim.cpp | 152 PSY_OUT_CHANNEL *psyOutChannel[(2)], 157 FDKaacEnc_FDKaacEnc_CalcFormFactorChannel(qcOutChannel[j]->sfbFormFactorLdData, psyOutChannel[j]); [all...] |
psy_main.cpp | 287 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++]; 465 PSY_OUT_CHANNEL **RESTRICT psyOutChannel = psyOutElement->psyOutChannel; 506 psyData[ch]->mdctSpectrum = psyOutChannel[ch]->mdctSpectrum; 802 &psyOutChannel[ch]->tnsInfo, 815 &psyOutChannel[1]->tnsInfo, 816 &psyOutChannel[0]->tnsInfo, [all...] |
bitenc.h | 129 * \param psyOutChannel 143 PSY_OUT_CHANNEL *psyOutChannel[(2)],
|
interface.h | 148 PSY_OUT_CHANNEL* psyOutChannel[(2)];
|
ms_stereo.cpp | 97 PSY_OUT_CHANNEL* psyOutChannel[2], 116 FIXP_DBL *sfbEnergyLeftLdData = psyOutChannel[0]->sfbEnergyLdData; /* modified where msMask==1 */ 117 FIXP_DBL *sfbEnergyRightLdData = psyOutChannel[1]->sfbEnergyLdData; /* modified where msMask==1 */ 120 FIXP_DBL *sfbThresholdLeftLdData = psyOutChannel[0]->sfbThresholdLdData; /* modified where msMask==1 */ 121 FIXP_DBL *sfbThresholdRightLdData = psyOutChannel[1]->sfbThresholdLdData; /* modified where msMask==1 */
|
bitenc.cpp | [all...] |
qc_main.cpp | 453 PSY_OUT_CHANNEL** RESTRICT psyOutChannel = psyOutElement->psyOutChannel; /* may be modified in-place */ 455 FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, nChannels); 458 FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElement, nChannels); 462 psyOutElement->psyOutChannel, 588 psyOut[0]->psyOutElement[i]->psyOutChannel, 648 psyOut[0]->psyOutElement[i]->psyOutChannel, [all...] |
/frameworks/av/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/av/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 | 71 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], 77 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]; 94 static void adaptMinSnr(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], 106 PSY_OUT_CHANNEL* psyOutChan = &psyOutChannel[ch]; 165 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], 175 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]; 200 PSY_OUT_CHANNEL *psyOutChan = &psyOutChannel[ch]; 260 PSY_OUT_CHANNEL *psyOutChanM = &psyOutChannel[0]; 261 PSY_OUT_CHANNEL *psyOutChanS = &psyOutChannel[1]; 300 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...] |