Home
last modified time | relevance | path

Searched refs:h_ps_d (Results 1 – 7 of 7) sorted by relevance

/external/aac/libSBRdec/src/
Dpsdec.cpp128 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d);
142 HANDLE_PS_DEC h_ps_d; in CreatePsDec() local
147 h_ps_d = GetRam_ps_dec(); in CreatePsDec()
148 if (h_ps_d == NULL) { in CreatePsDec()
153 h_ps_d = *h_PS_DEC; in CreatePsDec()
159 FDKhybridAnalysisOpen(&h_ps_d->specificTo.mpeg.hybridAnalysis, in CreatePsDec()
160 h_ps_d->specificTo.mpeg.pHybridAnaStatesLFdmx, in CreatePsDec()
161 sizeof(h_ps_d->specificTo.mpeg.pHybridAnaStatesLFdmx), in CreatePsDec()
167 h_ps_d->noSubSamples = 30; /* col */ in CreatePsDec()
170 h_ps_d->noSubSamples = 32; /* col */ in CreatePsDec()
[all …]
Dpsbitdec.cpp109 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d);
245 int DecodePs(struct PS_DEC *h_ps_d, /*!< PS handle */ in DecodePs() argument
253 h_ps_d->specificTo.mpeg.pCoef = pScratch; in DecodePs()
256 pBsData = &h_ps_d->bsData[h_ps_d->processSlot].mpeg; in DecodePs()
259 (h_ps_d->bPsDataAvail[h_ps_d->processSlot] == ppt_mpeg) ? 1 : 0; in DecodePs()
264 if ((h_ps_d->psDecodedPrv && !frameError && !bPsDataAvail) || in DecodePs()
265 (!h_ps_d->psDecodedPrv && in DecodePs()
270 h_ps_d->bPsDataAvail[h_ps_d->processSlot] = ppt_none; in DecodePs()
290 aPrevIidIndex = h_ps_d->specificTo.mpeg.aIidPrevFrameIndex; in DecodePs()
291 aPrevIccIndex = h_ps_d->specificTo.mpeg.aIccPrevFrameIndex; in DecodePs()
[all …]
Dpsbitdec.h110 unsigned int ReadPsData(struct PS_DEC *h_ps_d, HANDLE_FDK_BITSTREAM hBs,
113 int DecodePs(struct PS_DEC *h_ps_d, const UCHAR frameError,
Dpsdec.h317 void PreparePsProcessing(HANDLE_PS_DEC h_ps_d,
322 void initSlotBasedRotation(HANDLE_PS_DEC h_ps_d, int env, int usb);
325 HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder handle */
Dsbr_dec.cpp272 HANDLE_PS_DEC h_ps_d, const UINT flags, const int codecFrameSize, in sbr_dec() argument
664 if (h_ps_d != NULL) { in sbr_dec()
665 h_ps_d->procFrameBased = 1; /* we here do frame based processing */ in sbr_dec()
739 if (h_ps_d->procFrameBased == 1) /* If we have switched from frame to slot in sbr_dec()
755 PreparePsProcessing(h_ps_d, pLowBandReal, pLowBandImag, in sbr_dec()
804 h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env]) { in sbr_dec()
805 initSlotBasedRotation(h_ps_d, env, in sbr_dec()
811 h_ps_d, /* parametric stereo decoder handle */ in sbr_dec()
Dsbr_dec.h189 HANDLE_PS_DEC h_ps_d, const UINT flags, const int codecFrameSize,
Dsbrdecoder.cpp1587 HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec; in sbrDecoder_DecodeElement() local
1719 if (h_ps_d != NULL && psPossible && (hSbrHeader->syncState == SBR_ACTIVE)) { in sbrDecoder_DecodeElement()
1723 h_ps_d->processSlot = hSbrElement->useFrameSlot; in sbrDecoder_DecodeElement()
1725 applyPs = DecodePs(h_ps_d, hSbrHeader->frameErrorFlag, pPsScratch); in sbrDecoder_DecodeElement()
1751 (hSbrHeader->syncState == SBR_ACTIVE), h_ps_d, self->flags, in sbrDecoder_DecodeElement()
1766 if (h_ps_d != NULL) { in sbrDecoder_DecodeElement()
1768 h_ps_d->psDecodedPrv = (self->flags & SBRDEC_PS_DECODED) ? 1 : 0; in sbrDecoder_DecodeElement()