Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_qmf_domain.cpp229 if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_16) { in C_ALLOC_MEM_OVERLAY()
231 } else if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_32) { in C_ALLOC_MEM_OVERLAY()
239 if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_16) { in C_ALLOC_MEM_OVERLAY()
242 if (qd->globalConf.nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_32) { in C_ALLOC_MEM_OVERLAY()
299 size = gc->nQmfOvTimeSlots + gc->nQmfTimeSlots; in FDK_QmfDomain_AllocatePersistentMemory()
301 if (gc->nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_16) { in FDK_QmfDomain_AllocatePersistentMemory()
312 } else if (gc->nQmfTimeSlots == QMF_DOMAIN_TIMESLOTS_32) { in FDK_QmfDomain_AllocatePersistentMemory()
491 int noCols = gc->nQmfTimeSlots; in FDK_QmfDomain_InitFilterBank()
521 if ((ptr == NULL) && (gc->nQmfTimeSlots != 0)) { in FDK_QmfDomain_InitFilterBank()
533 for (; ts < (gc->nQmfOvTimeSlots + gc->nQmfTimeSlots); ts++) { in FDK_QmfDomain_InitFilterBank()
[all …]
/external/aac/libFDK/include/
DFDK_qmf_domain.h197 UCHAR nQmfTimeSlots; /*!< Number of QMF time slots (stored in work buffer member
/external/aac/libSACdec/src/
Dsac_process.cpp174 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecQMFAnalysis()
235 if (ts == self->pQmfDomain->globalConf.nQmfTimeSlots - 1) { in SpatialDecFeedQMF()
Dsac_dec.cpp1234 self->pQmfDomain->globalConf.nQmfTimeSlots; in SpatialDecApplyParameterSets()