Home
last modified time | relevance | path

Searched refs:HANDLE_PS_DEC (Results 1 – 9 of 9) sorted by relevance

/external/aac/libSBRdec/src/
Dpsdec.h311 typedef struct PS_DEC *HANDLE_PS_DEC; typedef
313 int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, int aacSamplesPerFrame);
315 int DeletePsDec(HANDLE_PS_DEC *h_PS_DEC);
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 */
Dpsdec.cpp128 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d);
139 int CreatePsDec(HANDLE_PS_DEC *h_PS_DEC, /*!< pointer to the module state */ in CreatePsDec()
142 HANDLE_PS_DEC h_ps_d; in CreatePsDec()
222 int DeletePsDec(HANDLE_PS_DEC *h_PS_DEC) /*!< pointer to the module state */ in DeletePsDec()
229 HANDLE_PS_DEC h_ps_d = *h_PS_DEC; in DeletePsDec()
245 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d) /*!< pointer to the module state */ in ResetPsDec()
294 void PreparePsProcessing(HANDLE_PS_DEC h_ps_d, in PreparePsProcessing()
324 HANDLE_PS_DEC h_ps_d, /*!< pointer to the module state */ in initSlotBasedRotation()
434 HANDLE_PS_DEC h_ps_d, /*!< pointer to the module state */ in applySlotBasedRotation()
547 HANDLE_PS_DEC h_ps_d, /*!< handle PS_DEC*/ in ApplyPsSlot()
Dsbr_ram.h152 HANDLE_PS_DEC hParametricStereoDec;
Dsbr_dec.h189 HANDLE_PS_DEC h_ps_d, const UINT flags, const int codecFrameSize);
Denv_extr.h392 HANDLE_PS_DEC hParametricStereoDec, const UINT flags,
Dpsbitdec.cpp109 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d);
450 HANDLE_PS_DEC h_ps_d, /*!< handle to struct PS_DEC */ in ReadPsData()
Denv_extr.cpp529 HANDLE_PS_DEC hParametricStereoDec /*!< Parametric Stereo Decoder */ in extractExtendedData()
622 HANDLE_PS_DEC hParametricStereoDec, const UINT flags, in sbrGetChannelElement()
Dsbr_dec.cpp272 HANDLE_PS_DEC h_ps_d, const UINT flags, const int codecFrameSize) { in sbr_dec()
Dsbrdecoder.cpp1600 HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec; in sbrDecoder_DecodeElement()