Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp234 if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_16) { in C_ALLOC_MEM_OVERLAY()
236 } else if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_32) { in C_ALLOC_MEM_OVERLAY()
244 if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_16) { in C_ALLOC_MEM_OVERLAY()
247 if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_32) { in C_ALLOC_MEM_OVERLAY()
304 size = gc->nQmfOvTimeSlots + gc->nQmfTimeSlots; in FDK_QmfDomain_AllocatePersistentMemory()
306 if (gc->nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_16) { in FDK_QmfDomain_AllocatePersistentMemory()
317 } else if (gc->nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_32) { in FDK_QmfDomain_AllocatePersistentMemory()
496 int noCols = gc->nQmfTimeSlots; in FDK_QmfDomain_InitFilterBank()
526 if ((ptr == NULL) && (gc->nQmfTimeSlots != 0)) { in FDK_QmfDomain_InitFilterBank()
538 for (; ts < (gc->nQmfOvTimeSlots + gc->nQmfTimeSlots); ts++) { in FDK_QmfDomain_InitFilterBank()
[all …]
/external/aac/libFDK/include/
DFDK_qmf_domain.h203 UCHAR nQmfTimeSlots; /*!< Number of QMF time slots (stored in work buffer member
/external/aac/libSACdec/src/
Dsac_process.cpp172 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecQMFAnalysis()
228 if (ts == self->pQmfDomain->globalConf.nQmfTimeSlots - 1) { in SpatialDecFeedQMF()
Dsac_dec.cpp1205 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecApplyParameterSets()