• Home
  • Raw
  • Download

Lines Matching refs:nQmfTimeSlots

229       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()
573 int nCols = gc->nQmfTimeSlots; in FDK_QmfDomain_SaveOverlap()
621 FDK_ASSERT(ts < (gc->nQmfTimeSlots + gc->nQmfOvTimeSlots)); in FDK_QmfDomain_GetSlot()
800 hgc->nQmfTimeSlots = 0; in FDK_QmfDomain_ClearConfigured()
845 (hgc->nQmfTimeSlots != hgc->nQmfTimeSlots_requested)) { in FDK_QmfDomain_Configure()
864 (hgc->nQmfTimeSlots != hgc->nQmfTimeSlots_requested) || in FDK_QmfDomain_Configure()
871 hgc->nQmfTimeSlots = hgc->nQmfTimeSlots_requested; in FDK_QmfDomain_Configure()
910 hqd->QmfDomainIn[1].workBuf_nTimeSlots = hqd->globalConf.nQmfTimeSlots; in FDK_QmfDomain_Configure()