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 110 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,
psdec.cpp 128 SBR_ERROR ResetPsDec(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) {
153 h_ps_d = *h_PS_DEC;
159 FDKhybridAnalysisOpen(&h_ps_d->specificTo.mpeg.hybridAnalysis,
160 h_ps_d->specificTo.mpeg.pHybridAnaStatesLFdmx,
161 sizeof(h_ps_d->specificTo.mpeg.pHybridAnaStatesLFdmx),
167 h_ps_d->noSubSamples = 30; /* col */
170 h_ps_d->noSubSamples = 32; /* col *
229 HANDLE_PS_DEC h_ps_d = *h_PS_DEC; local
    [all...]
psbitdec.cpp 109 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d);
245 int DecodePs(struct PS_DEC *h_ps_d, /*!< PS handle */
253 h_ps_d->specificTo.mpeg.pCoef = pScratch;
256 pBsData = &h_ps_d->bsData[h_ps_d->processSlot].mpeg;
259 (h_ps_d->bPsDataAvail[h_ps_d->processSlot] == ppt_mpeg) ? 1 : 0;
264 if ((h_ps_d->psDecodedPrv && !frameError && !bPsDataAvail) ||
265 (!h_ps_d->psDecodedPrv &&
270 h_ps_d->bPsDataAvail[h_ps_d->processSlot] = ppt_none
    [all...]
psdec.h 317 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 */
sbr_dec.h 189 HANDLE_PS_DEC h_ps_d, const UINT flags, const int codecFrameSize);
sbr_dec.cpp 272 HANDLE_PS_DEC h_ps_d, const UINT flags, const int codecFrameSize) {
663 if (h_ps_d != NULL) {
664 h_ps_d->procFrameBased = 1; /* we here do frame based processing */
737 if (h_ps_d->procFrameBased == 1) /* If we have switched from frame to slot
752 PreparePsProcessing(h_ps_d, pLowBandReal, pLowBandImag,
799 h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env]) {
800 initSlotBasedRotation(h_ps_d, env,
806 h_ps_d, /* parametric stereo decoder handle */
    [all...]
sbrdecoder.cpp 1600 HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec; local
    [all...]

Completed in 219 milliseconds