Searched refs:HANDLE_PS_DEC (Results 1 – 9 of 9) sorted by relevance
/external/aac/libSBRdec/src/ |
D | psdec.h | 310 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 */
|
D | psdec.cpp | 113 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 …]
|
D | sbr_ram.h | 127 HANDLE_PS_DEC hParametricStereoDec;
|
D | sbr_dec.h | 184 HANDLE_PS_DEC h_ps_d,
|
D | psbitdec.cpp | 91 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()
|
D | env_extr.h | 290 HANDLE_PS_DEC hParametricStereoDec,
|
D | env_extr.cpp | 383 … ,HANDLE_PS_DEC hParametricStereoDec /*!< Parametric Stereo Decoder */ in extractExtendedData() 480 … HANDLE_PS_DEC hParametricStereoDec, /*!< Handle to PS decoder */ in sbrGetSingleChannelElement()
|
D | sbr_dec.cpp | 323 HANDLE_PS_DEC h_ps_d, in sbr_dec()
|
D | sbrdecoder.cpp | 1213 HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec; in sbrDecoder_DecodeElement()
|