Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpsdec.cpp113 SBR_ERROR ResetPsDec( HANDLE_PS_DEC h_ps_d );
115 void ResetPsDeCor( 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()
154 h_ps_d = *h_PS_DEC; in CreatePsDec()
160 h_ps_d->noSubSamples = 30; /* col */ in CreatePsDec()
163 h_ps_d->noSubSamples = 32; /* col */ in CreatePsDec()
166 h_ps_d->noSubSamples = -1; in CreatePsDec()
170 if (h_ps_d->noSubSamples > MAX_NUM_COL in CreatePsDec()
[all …]
Dpsbitdec.cpp91 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d);
92 void ResetPsDeCor (HANDLE_PS_DEC h_ps_d);
240 DecodePs( struct PS_DEC *h_ps_d, /*!< PS handle */ in DecodePs() argument
248 pBsData = &h_ps_d->bsData[h_ps_d->processSlot].mpeg; in DecodePs()
250 bPsDataAvail = (h_ps_d->bPsDataAvail[h_ps_d->processSlot] == ppt_mpeg) ? 1 : 0; in DecodePs()
255 if ( ( h_ps_d->psDecodedPrv && !frameError && !bPsDataAvail) in DecodePs()
256 || (!h_ps_d->psDecodedPrv && (frameError || !bPsDataAvail || !bPsHeaderValid)) ) { in DecodePs()
260 h_ps_d->bPsDataAvail[h_ps_d->processSlot] = ppt_none; in DecodePs()
280 aPrevIidIndex = h_ps_d->specificTo.mpeg.aIidPrevFrameIndex; in DecodePs()
281 aPrevIccIndex = h_ps_d->specificTo.mpeg.aIccPrevFrameIndex; in DecodePs()
[all …]
Dpsbitdec.h94 ReadPsData (struct PS_DEC *h_ps_d,
99 DecodePs(struct PS_DEC *h_ps_d,
Dpsdec.h318 scalFilterBankValues( HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder h…
331 rescalFilterBankValues( HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder h…
339 initSlotBasedRotation( HANDLE_PS_DEC h_ps_d,
344 ApplyPsSlot( HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder handle */
Dsbr_dec.cpp340 HANDLE_PS_DEC h_ps_d, in sbr_dec() argument
552 if (h_ps_d != NULL) { in sbr_dec()
553 h_ps_d->procFrameBased = 1; /* we here do frame based processing */ in sbr_dec()
599 …if (h_ps_d->procFrameBased == 1) /* If we have switched from frame to slot based processing cop… in sbr_dec()
607 …scalFilterBankValues( h_ps_d, /* parametric stereo decoder handle … in sbr_dec()
659 if ( i == h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env] ) { in sbr_dec()
660 initSlotBasedRotation( h_ps_d, env, hHeaderData->freqBandData.highSubband ); in sbr_dec()
664 ApplyPsSlot( h_ps_d, /* parametric stereo decoder handle */ in sbr_dec()
726 rescalFilterBankValues( h_ps_d, in sbr_dec()
Dsbrdecoder.cpp1328 HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec; in sbrDecoder_DecodeElement() local
1437 if (h_ps_d != NULL && psPossible) { in sbrDecoder_DecodeElement()
1441 h_ps_d->processSlot = hSbrElement->useFrameSlot; in sbrDecoder_DecodeElement()
1443 applyPs = DecodePs(h_ps_d, hSbrHeader->frameErrorFlag); in sbrDecoder_DecodeElement()
1477 h_ps_d, in sbrDecoder_DecodeElement()
1501 if (h_ps_d != NULL) { in sbrDecoder_DecodeElement()
1503 h_ps_d->psDecodedPrv = (self->flags & SBRDEC_PS_DECODED) ? 1 : 0 ; in sbrDecoder_DecodeElement()
Dsbr_dec.h187 HANDLE_PS_DEC h_ps_d,