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

  /external/aac/libAACdec/src/
rvlcconceal.h 97 void BidirectionalEstimation_UseLowerScfOfCurrentFrame(CAacDecoderChannelInfo *pAacDecoderChannelInfo);
100 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
104 void StatisticalEstimation (CAacDecoderChannelInfo *pAacDecoderChannelInfo);
107 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
channel.cpp 106 void MapMidSideMaskToPnsCorrelation (CAacDecoderChannelInfo *pAacDecoderChannelInfo[2])
110 for (group = 0 ; group < pAacDecoderChannelInfo[L]->icsInfo.WindowGroups; group++) {
113 for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; band++) {
114 if (pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] & groupMask) { /* channels are correlated */
115 CPns_SetCorrelation(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band, 0);
117 if (CPns_IsPnsUsed(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band) &&
118 CPns_IsPnsUsed(&pAacDecoderChannelInfo[R]->data.aac.PnsData, group, band))
119 pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] ^= groupMask; /* clear the groupMask-bit */
132 void CChannelElement_Decode( CAacDecoderChannelInfo *pAacDecoderChannelInfo[2], /*!< pointer to aac decoder channel info */
143 if ( pAacDecoderChannelInfo[ch]->renderMode == AACDEC_RENDER_IMDC
    [all...]
rvlcconceal.cpp 111 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
122 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence)
135 *refNrgFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256;
136 *refScfFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET;
142 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
148 *refIsFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
154 *refNrgFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
160 *refScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
186 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
196 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence
    [all...]
channel.h 104 * \param pAacDecoderChannelInfo channel info structure containing a valid icsInfo struct.
106 void CChannel_CodebookTableInit(CAacDecoderChannelInfo *pAacDecoderChannelInfo);
110 * \param pAacDecoderChannelInfo pointer to channel data struct. Depending on el_channels either one or two.
116 void CChannelElement_Decode ( CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
126 * \param pAacDecoderChannelInfo pointer array to store channel information.
137 CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
rvlc.h 111 void CRvlc_Read (CAacDecoderChannelInfo *pAacDecoderChannelInfo,
114 void CRvlc_Decode (CAacDecoderChannelInfo *pAacDecoderChannelInfo,
120 * \param pAacDecoderChannelInfo
125 CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
block.cpp 161 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
170 int factor = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain; /* accu for scale factor delta coding */
171 UCHAR *pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook;
172 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
175 int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
176 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++)
205 CPns_Read( &pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, pAacDecoderChannelInfo->pDynData->aScaleFactor, pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain, band, group);
214 void CBlock_ScaleSpectralData(CAacDecoderChannelInfo *pAacDecoderChannelInfo, SamplingRateInfo *pSamplingRateInfo
    [all...]
aacdec_hcr.h 103 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
107 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
118 CAacDecoderChannelInfo *pAacDecoderChannelInfo);
stereo.cpp 149 CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
157 CJointStereoData *pJointStereoData = &pAacDecoderChannelInfo[L]->pComData->jointStereoData;
170 SHORT *leftScale = &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window*16];
171 SHORT *rightScale = &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window*16];
173 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
174 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelInfo[R]->granuleLength);
186 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecoderChannelInfo[R]->icsInfo))
    [all...]
rvlc.cpp 115 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
119 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
120 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
121 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
122 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
125 pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcIntensityUsed = 0;
173 DebugOutputInit(pRvlc,pAacDecoderChannelInfo);
194 CAacDecoderChannelInfo *pAacDecoderChannelInfo)
203 if ( (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] == INTENSITY_HCB) || (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] == INTENSITY_HCB2) )
    [all...]
block.h 161 * \param pAacDecoderChannelInfo channel context info were decoded data is stored into.
165 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
172 * \param pAacDecoderChannelInfo channel context info.
177 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
183 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
190 * \param pAacDecoderChannelInfo channel context info.
193 void CBlock_ScaleSpectralData(CAacDecoderChannelInfo *pAacDecoderChannelInfo, SamplingRateInfo *pSamplingRateInfo);
198 void ApplyTools ( CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
207 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
218 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
    [all...]
conceal.h 129 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
133 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
conceal.cpp 207 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
219 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
653 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
656 if ( !(pAacDecoderChannelInfo->renderMode == AACDEC_RENDER_LPD
659 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
660 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
661 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
731 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
742 && (pAacDecoderChannelInfo->renderMode != (AACDEC_RENDER_MODE)hConcealmentInfo->lastRenderMode) ) {
744 pAacDecoderChannelInfo->renderMode = (AACDEC_RENDER_MODE)hConcealmentInfo->lastRenderMode
    [all...]
aacdec_hcr.cpp 157 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
208 CAacDecoderChannelInfo *pAacDecoderChannelInfo)
210 INT globalHcrType = getHcrType(&pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo);
214 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = 0;
215 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = 0;
223 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = lengOfReorderedSpectralData; /* the decoded value is within range */
227 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = CPE_TOP_LENGTH; /* use valid maximum */
233 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = lengOfReorderedSpectralData; /* the decoded value is within range */
237 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData = SCE_TOP_LENGTH; /* use valid maximum */
245 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = lengOfLongestCodeword; /* the deco (…)
    [all...]
aacdec_drc.h 149 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
aacdecoder.cpp 760 if (self->pAacDecoderChannelInfo[ch] != NULL) {
761 FreeAacDecoderChannelInfo (&self->pAacDecoderChannelInfo[ch]);
969 if (self->pAacDecoderChannelInfo[ch] == NULL) {
970 self->pAacDecoderChannelInfo[ch] = GetAacDecoderChannelInfo(ch);
973 if (self->pAacDecoderChannelInfo[ch] == NULL) {
977 self->pAacDecoderChannelInfo[ch]->pDynData = aacDecoderDynamicData;
978 self->pAacDecoderChannelInfo[ch]->pComData = &self->aacCommonData;
991 self->pAacDecoderChannelInfo[ch]->pSpectralCoefficient = (SPECTRAL_PTR) &self->aacCommonData.workBufferCore2[ch*1024];
994 CPns_InitPns(&self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, &self->aacCommonData.pnsInterChannelData, &self->aacCommonData.pnsCurrentSeed, self->aacCommonData.pnsRandomSeed);
1017 self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame
    [all...]
channelinfo.h 327 \param pAacDecoderChannelInfo aac channel info.
336 void CJointStereo_ApplyMS(CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
348 \param pAacDecoderChannelInfo aac channel info.
356 void CJointStereo_ApplyIS(CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
aacdecoder.h 193 CAacDecoderChannelInfo *pAacDecoderChannelInfo[(6)]; /*!< Temporal channel memory */
196 CAacDecoderCommonData aacCommonData; /*!< Temporal shared data for all channels hooked into pAacDecoderChannelInfo */
aacdec_drc.cpp 779 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
800 FIXP_DBL *pSpectralCoefficient = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
801 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
802 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
    [all...]

Completed in 1447 milliseconds