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

  /external/aac/libSBRdec/src/
psbitdec.h 94 ReadPsData (struct PS_DEC *h_ps_d,
99 DecodePs(struct PS_DEC *h_ps_d,
psdec.cpp 113 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; local
147 h_ps_d = GetRam_ps_dec();
148 if (h_ps_d == NULL) {
154 h_ps_d = *h_PS_DEC;
160 h_ps_d->noSubSamples = 30; /* col */
163 h_ps_d->noSubSamples = 32; /* col */
166 h_ps_d->noSubSamples = -1;
170 if (h_ps_d->noSubSamples > MAX_NUM_CO
    [all...]
psbitdec.cpp 91 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 */
248 pBsData = &h_ps_d->bsData[h_ps_d->processSlot].mpeg;
250 bPsDataAvail = (h_ps_d->bPsDataAvail[h_ps_d->processSlot] == ppt_mpeg) ? 1 : 0;
255 if ( ( h_ps_d->psDecodedPrv && !frameError && !bPsDataAvail)
256 || (!h_ps_d->psDecodedPrv && (frameError || !bPsDataAvail || !bPsHeaderValid)) ) {
260 h_ps_d->bPsDataAvail[h_ps_d->processSlot] = ppt_none
    [all...]
psdec.h 318 scalFilterBankValues( HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder handle */
331 rescalFilterBankValues( HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder handle */
339 initSlotBasedRotation( HANDLE_PS_DEC h_ps_d,
344 ApplyPsSlot( HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder handle */
sbr_dec.h 184 HANDLE_PS_DEC h_ps_d,
sbr_dec.cpp 323 HANDLE_PS_DEC h_ps_d,
507 if (h_ps_d != NULL) {
508 h_ps_d->procFrameBased = 1; /* we here do frame based processing */
554 if (h_ps_d->procFrameBased == 1) /* If we have switched from frame to slot based processing copy filter states */
562 scalFilterBankValues( h_ps_d, /* parametric stereo decoder handle */
614 if ( i == h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env] ) {
615 initSlotBasedRotation( h_ps_d, env, hHeaderData->freqBandData.highSubband );
619 ApplyPsSlot( h_ps_d, /* parametric stereo decoder handle */
681 rescalFilterBankValues( h_ps_d,
    [all...]
sbrdecoder.cpp 1213 HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec; local
    [all...]

Completed in 87 milliseconds