/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],
|
psy_main.cpp | 282 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++]; 460 PSY_OUT_CHANNEL **RESTRICT psyOutChannel = psyOutElement->psyOutChannel; 501 psyData[ch]->mdctSpectrum = psyOutChannel[ch]->mdctSpectrum; 797 &psyOutChannel[ch]->tnsInfo, 810 &psyOutChannel[1]->tnsInfo, 811 &psyOutChannel[0]->tnsInfo, [all...] |
sf_estim.cpp | 152 PSY_OUT_CHANNEL *psyOutChannel[(2)], 157 FDKaacEnc_FDKaacEnc_CalcFormFactorChannel(qcOutChannel[j]->sfbFormFactorLdData, psyOutChannel[j]); [all...] |
adj_thr.cpp | 357 PSY_OUT_CHANNEL* psyOutChannel[(2)], 364 for(sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup) { 365 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { 366 thrExpLdData = psyOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb]>>2 ; 379 PSY_OUT_CHANNEL *psyOutChannel[(2)], 394 for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) { 395 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) { 396 accu += psyOutChannel[ch]->sfbEnergy[sfbGrp+sfb]>>6 [all...] |
adj_thr.h | 103 PSY_OUT_CHANNEL* psyOutChannel[(2)], 126 PSY_OUT_CHANNEL *psyOutChannel[(2)],
|
bitenc.h | 129 * \param psyOutChannel 143 PSY_OUT_CHANNEL *psyOutChannel[(2)],
|
interface.h | 149 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 | 459 PSY_OUT_CHANNEL** RESTRICT psyOutChannel = psyOutElement->psyOutChannel; /* may be modified in-place */ 461 FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, nChannels); 464 FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElement, nChannels); 468 psyOutElement->psyOutChannel, 594 psyOut[0]->psyOutElement[i]->psyOutChannel, 654 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 | 258 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], /* may be modified in-place */ 277 qcOutElement->staticBitsUsed = countStaticBitdemand(psyOutChannel, 293 CalcFormFactor(hQC->logSfbFormFactor, hQC->sfbNRelevantLines, hQC->logSfbEnergy, psyOutChannel, nChannels); 298 psyOutChannel, 309 EstimateScaleFactors(psyOutChannel, 333 QuantizeSpectrum(psyOutChannel[ch].sfbCnt, 334 psyOutChannel[ch].maxSfbPerGroup, 335 psyOutChannel[ch].sfbPerGroup, 336 psyOutChannel[ch].sfbOffsets, 337 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 | 628 sfbOffset[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets; 629 tnsInfo[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo; 644 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets; 646 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].sfbOffsets; 649 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo; 651 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 | 52 PSY_OUT_CHANNEL* psyOutChannel, 63 PSY_OUT_CHANNEL* psyOutChannel, 253 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], 316 &psyOutChannel[ch], 341 &psyOutChannel[ch], 444 &psyOutChannel[ch]); 461 &psyOutChannel[ch]); 477 PSY_OUT_CHANNEL* psyOutChannel, 522 TnsEncode(&psyOutChannel->tnsInfo, 656 PSY_OUT_CHANNEL* psyOutChannel, [all...] |