Home
last modified time | relevance | path

Searched refs:hStpDec (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSACdec/src/
Dsac_stp.cpp290 SACDEC_ERROR subbandTPCreate(HANDLE_STP_DEC *hStpDec) { in subbandTPCreate() argument
293 if (hStpDec != NULL) { in subbandTPCreate()
294 *hStpDec = self; in subbandTPCreate()
327 void subbandTPDestroy(HANDLE_STP_DEC *hStpDec) { in subbandTPDestroy() argument
328 if (hStpDec != NULL) { in subbandTPDestroy()
329 FDK_FREE_MEMORY_1D(*hStpDec); in subbandTPDestroy()
355 HANDLE_STP_DEC hStpDec; in subbandTPApply() local
360 hStpDec = self->hStpDec; in subbandTPApply()
386 if (hStpDec->update_old_ener == STP_UPDATE_ENERGY_RATE) { in subbandTPApply()
387 hStpDec->update_old_ener = 1; in subbandTPApply()
[all …]
Dsac_stp.h108 SACDEC_ERROR subbandTPCreate(HANDLE_STP_DEC *hStpDec);
113 void subbandTPDestroy(HANDLE_STP_DEC *hStpDec);
Dsac_dec.h518 HANDLE_STP_DEC hStpDec; /*!< STP handle. */ member
Dsac_dec.cpp488 if (subbandTPCreate(&self->hStpDec) != MPS_OK) { in FDK_SpatialDecOpen()
867 subbandTPInit(self->hStpDec); in FDK_SpatialDecInit()
930 subbandTPDestroy(&self->hStpDec); in FDK_SpatialDecClose()