Lines Matching refs:nQmfTimeSlots

234       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()
578 int nCols = gc->nQmfTimeSlots; in FDK_QmfDomain_SaveOverlap()
626 FDK_ASSERT(ts < (gc->nQmfTimeSlots + gc->nQmfOvTimeSlots)); in FDK_QmfDomain_GetSlot()
805 hgc->nQmfTimeSlots = 0; in FDK_QmfDomain_ClearConfigured()
850 (hgc->nQmfTimeSlots != hgc->nQmfTimeSlots_requested)) { in FDK_QmfDomain_Configure()
869 (hgc->nQmfTimeSlots != hgc->nQmfTimeSlots_requested) || in FDK_QmfDomain_Configure()
876 hgc->nQmfTimeSlots = hgc->nQmfTimeSlots_requested; in FDK_QmfDomain_Configure()
915 hqd->QmfDomainIn[1].workBuf_nTimeSlots = hqd->globalConf.nQmfTimeSlots; in FDK_QmfDomain_Configure()