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

  /external/aac/libAACdec/src/
rvlcconceal.h 115 CAacDecoderChannelInfo *pAacDecoderChannelInfo);
118 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
121 void StatisticalEstimation(CAacDecoderChannelInfo *pAacDecoderChannelInfo);
124 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
rvlcconceal.cpp 130 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
137 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT)
150 *refNrgFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain -
153 pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET;
159 switch (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds]) {
166 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
173 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
180 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds];
206 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
213 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT
    [all...]
channel.cpp 119 CAacDecoderChannelInfo *pAacDecoderChannelInfo[2]) {
122 for (group = 0; group < pAacDecoderChannelInfo[L]->icsInfo.WindowGroups;
126 for (UCHAR band = 0; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands;
128 if (pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] &
130 CPns_SetCorrelation(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group,
133 if (CPns_IsPnsUsed(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group,
135 CPns_IsPnsUsed(&pAacDecoderChannelInfo[R]->data.aac.PnsData, group,
137 pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] ^=
164 *pAacDecoderChannelInfo[2], /*!< pointer to aac decoder channel info */
174 if (pAacDecoderChannelInfo[L]->data.usac.core_mode |
    [all...]
channel.h 117 * \param pAacDecoderChannelInfo channel info structure containing a valid
120 void CChannel_CodebookTableInit(CAacDecoderChannelInfo *pAacDecoderChannelInfo);
124 * \param pAacDecoderChannelInfo pointer to channel data struct. Depending on
131 CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
139 * \param pAacDecoderChannelInfo pointer array to store channel information.
153 HANDLE_FDK_BITSTREAM hBs, CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
rvlc.h 134 void CRvlc_Read(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
137 void CRvlc_Decode(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
144 * \param pAacDecoderChannelInfo
149 CAacDecoderChannelInfo *pAacDecoderChannelInfo[],
block.cpp 157 CAacDecoderChannelInfo *pAacDecoderChannelInfo, HANDLE_FDK_BITSTREAM bs,
163 int factor = pAacDecoderChannelInfo->pDynData->RawDataInfo
165 UCHAR *pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook;
166 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
172 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo);
173 for (group = 0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo);
201 CPns_Read(&pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb,
202 pAacDecoderChannelInfo->pDynData->aScaleFactor,
203 pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain,
215 void CBlock_ScaleSpectralData(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
    [all...]
aacdec_hcr.h 111 UINT HcrInit(H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
114 UINT HcrDecoder(H_HCR_INFO hHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
121 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
usacdec_lpd.cpp 767 * \param pAacDecoderChannelInfo channel context data.
779 static void calcTCXGain(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
787 pAacDecoderChannelInfo->pDynData->specificTo.usac
826 pAacDecoderChannelInfo->data.usac.tcx_gain[frame] = tcx_gain_m;
827 pAacDecoderChannelInfo->data.usac.tcx_gain_e[frame] = tcx_gain_e;
829 pAacDecoderChannelInfo->specScale[frame] += tcx_gain_e;
835 * \param pAacDecoderChannelInfo channel context data.
856 void CLpd_FdnsDecode(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
872 calcTCXGain(pAacDecoderChannelInfo, r, rms_m, rms_e, frame, lg);
929 * \param pAacDecoderChannelInfo channel context data
    [all...]
rvlc.cpp 133 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
136 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc;
137 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd;
138 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd;
139 SHORT *pScaleFactor = pAacDecoderChannelInfo->pDynData->aScaleFactor;
142 pAacDecoderChannelInfo->pDynData->specificTo.aac.rvlcIntensityUsed = 0;
214 CErRvlcInfo *pRvlc, CAacDecoderChannelInfo *pAacDecoderChannelInfo) {
222 if ((pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] ==
224 (pAacDecoderChannelInfo->pDynData->aCodeBook[bnds] ==
434 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
    [all...]
block.h 122 void CBlock_ApplyNoise(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
160 * \param pAacDecoderChannelInfo channel context info were decoded data is
165 CAacDecoderChannelInfo *pAacDecoderChannelInfo, HANDLE_FDK_BITSTREAM bs,
170 * \param pAacDecoderChannelInfo channel context info.
175 HANDLE_FDK_BITSTREAM bs, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
180 * \param pAacDecoderChannelInfo channel context info.
188 HANDLE_FDK_BITSTREAM hBs, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
194 HANDLE_FDK_BITSTREAM bs, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
200 * \param pAacDecoderChannelInfo channel context info.
202 * from pAacDecoderChannelInfo->icsInfo.MaxSfBands
    [all...]
conceal.h 135 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
140 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
usacdec_lpd.h 113 * \param pAacDecoderChannelInfo the channel context structure for storing read
119 HANDLE_FDK_BITSTREAM hBs, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
125 * \param pAacDecoderChannelInfo struct holding the channel information to be
133 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
139 * \param pAacDecoderChannelInfo
147 CAacDecoderChannelInfo *pAacDecoderChannelInfo, FIXP_PCM *pTimeData,
aacdec_hcr.cpp 157 H_HCR_INFO pHcr, CAacDecoderChannelInfo *pAacDecoderChannelInfo,
201 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
206 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfReorderedSpectralData =
208 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = 0;
215 pAacDecoderChannelInfo->pDynData->specificTo.aac
220 pAacDecoderChannelInfo->pDynData->specificTo.aac
229 pAacDecoderChannelInfo->pDynData->specificTo.aac
234 pAacDecoderChannelInfo->pDynData->specificTo.aac
245 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword =
249 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword
    [all...]
conceal.cpp 208 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
214 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
222 const int samplesPerFrame, CAacDecoderChannelInfo *pAacDecoderChannelInfo);
241 const int samplesPerFrame, CAacDecoderChannelInfo *pAacDecoderChannelInfo);
548 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
552 if (!(pAacDecoderChannelInfo->renderMode == AACDEC_RENDER_LPD &&
553 pAacDecoderChannelInfo->data.usac.mod[nbDiv - 1] == 0))
557 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
558 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
559 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo
    [all...]
stereo.cpp 544 CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
556 &pAacDecoderChannelInfo[L]->pComData->jointStereoData;
558 pAacDecoderChannelInfo[L]->pComStaticData->cplxPredictionData;
601 int currentShape = (int)pAacDecoderChannelInfo[L]->icsInfo.WindowShape;
614 pAacDecoderChannelInfo[L]->granuleLength; /* framelength 768 => 96,
618 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != BLOCK_SHORT) {
630 switch (pAacDecoderChannelInfo[L]
676 switch (pAacDecoderChannelInfo[L]
770 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence !=
776 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence =
    [all...]
aacdecoder.cpp     [all...]
aacdec_drc.h 159 * \param pAacDecoderChannelInfo AAC decoder channel instance to be processed
171 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
usacdec_fac.h 118 FIXP_DBL *CLpd_FAC_GetMemory(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
channelinfo.h 451 \param pAacDecoderChannelInfo aac channel info.
461 CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
476 \param pAacDecoderChannelInfo aac channel info.
483 void CJointStereo_ApplyIS(CAacDecoderChannelInfo *pAacDecoderChannelInfo[2],
aacdecoder.h 234 *pAacDecoderChannelInfo[(8)]; /*!< Temporal channel memory */
usacdec_fac.cpp 115 FIXP_DBL *CLpd_FAC_GetMemory(CAacDecoderChannelInfo *pAacDecoderChannelInfo,
135 ptr = pAacDecoderChannelInfo->data.usac.fac_data0;
138 ptr = SPEC_FAC(pAacDecoderChannelInfo->pSpectralCoefficient, i,
139 pAacDecoderChannelInfo->granuleLength << k);
aacdec_drc.cpp 836 CAacDecoderChannelInfo *pAacDecoderChannelInfo,
856 SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
857 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
858 SHORT *pSpecScale = pAacDecoderChannelInfo->specScale;
    [all...]

Completed in 847 milliseconds