Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dpsdec.h310 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);
318 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 */
Dpsdec.cpp113 SBR_ERROR ResetPsDec( HANDLE_PS_DEC h_ps_d );
115 void ResetPsDeCor( HANDLE_PS_DEC h_ps_d );
137 CreatePsDec( HANDLE_PS_DEC *h_PS_DEC, /*!< pointer to the module state */ in CreatePsDec()
142 HANDLE_PS_DEC h_ps_d; in CreatePsDec()
215 DeletePsDec( HANDLE_PS_DEC *h_PS_DEC) /*!< pointer to the module state */ in DeletePsDec()
235 SBR_ERROR ResetPsDec( HANDLE_PS_DEC h_ps_d ) /*!< pointer to the module state */ in ResetPsDec()
301 void ResetPsDeCor( HANDLE_PS_DEC h_ps_d ) /*!< pointer to the module state */ in ResetPsDeCor()
325 static void deCorrelateSlotBased( HANDLE_PS_DEC h_ps_d,
341 static void applySlotBasedRotation( HANDLE_PS_DEC h_ps_d,
365 int getScaleFactorPsStatesBuffer(HANDLE_PS_DEC h_ps_d) in getScaleFactorPsStatesBuffer()
[all …]
Dsbr_ram.h127 HANDLE_PS_DEC hParametricStereoDec;
Dpsbitdec.cpp91 SBR_ERROR ResetPsDec(HANDLE_PS_DEC h_ps_d);
92 void ResetPsDeCor (HANDLE_PS_DEC h_ps_d);
437 ReadPsData (HANDLE_PS_DEC h_ps_d, /*!< handle to struct PS_DEC */ in ReadPsData()
Dsbr_dec.h187 HANDLE_PS_DEC h_ps_d,
Denv_extr.h292 HANDLE_PS_DEC hParametricStereoDec,
Denv_extr.cpp383 … ,HANDLE_PS_DEC hParametricStereoDec /*!< Parametric Stereo Decoder */ in extractExtendedData()
480HANDLE_PS_DEC hParametricStereoDec, /*!< Handle to PS decoder */ in sbrGetSingleChannelElement()
Dsbr_dec.cpp340 HANDLE_PS_DEC h_ps_d, in sbr_dec()
Dsbrdecoder.cpp1328 HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec; in sbrDecoder_DecodeElement()