Lines Matching refs:qmfDomainInCh
300 pLowBandReal[i] = hSbrDec->qmfDomainInCh->hQmfSlotsReal[i]; in sbr_dec()
301 pLowBandImag[i] = hSbrDec->qmfDomainInCh->hQmfSlotsImag[i]; in sbr_dec()
321 FDK_QmfDomain_QmfData2HBE(hSbrDec->qmfDomainInCh, in sbr_dec()
341 FDK_QmfDomain_WorkBuffer2ProcChannel(hSbrDec->qmfDomainInCh); in sbr_dec()
344 qmfAnalysisFiltering(&hSbrDec->qmfDomainInCh->fb, pReal, pImag, in sbr_dec()
345 &hSbrDec->qmfDomainInCh->scaling, pTimeInQmf, in sbr_dec()
381 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols); in sbr_dec()
385 DFRACT_BITS - 1 - hSbrDec->qmfDomainInCh->scaling.lb_scale); in sbr_dec()
389 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols, in sbr_dec()
392 hSbrDec->qmfDomainInCh->scaling.lb_scale += reserve; in sbr_dec()
396 hSbrDec->scale_hbe = hSbrDec->qmfDomainInCh->scaling.lb_scale; in sbr_dec()
398 hSbrDec->qmfDomainInCh->scaling.lb_scale = hSbrDec->scale_lb; in sbr_dec()
403 saveLbScale = hSbrDec->qmfDomainInCh->scaling.lb_scale; in sbr_dec()
422 SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale), in sbr_dec()
423 SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.lb_scale)); in sbr_dec()
483 &hSbrDec->qmfDomainInCh->scaling.hb_scale, hHeaderData->timeStep, in sbr_dec()
501 &hSbrDec->LppTrans, hSbrDec->hHBE, &hSbrDec->qmfDomainInCh->scaling, in sbr_dec()
514 hSbrDec->qmfDomainInCh in sbr_dec()
518 hSbrDec->qmfDomainInCh in sbr_dec()
529 &hSbrDec->LppTrans, &hSbrDec->qmfDomainInCh->scaling, pLowBandReal, in sbr_dec()
563 &hSbrDec->qmfDomainInCh->scaling, &hSbrDec->SbrCalculateEnvelope, in sbr_dec()
579 hSbrDec->qmfDomainInCh->scaling.hb_scale += hSbrDec->highBandFadeCnt; in sbr_dec()
580 hSbrDec->qmfDomainInCh->scaling.hb_scale = in sbr_dec()
581 fMin(hSbrDec->qmfDomainInCh->scaling.hb_scale, DFRACT_BITS - 1); in sbr_dec()
610 hSbrDec->qmfDomainInCh->scaling.hb_scale = saveLbScale; in sbr_dec()
612 rescale = hSbrDec->qmfDomainInCh->scaling.hb_scale - in sbr_dec()
613 hSbrDec->qmfDomainInCh->scaling.ov_lb_scale; in sbr_dec()
615 length = (hSbrDec->qmfDomainInCh->fb.no_channels - lsb); in sbr_dec()
632 int length = hSbrDec->qmfDomainInCh->fb.lsb; in sbr_dec()
634 length = hSbrDec->qmfDomainInCh->fb.no_channels; in sbr_dec()
699 &hSbrDec->qmfDomainInCh->scaling, in sbr_dec()
723 sdiff = hSbrDec->qmfDomainInCh->scaling.lb_scale - in sbr_dec()
725 scaleFactorHighBand = sdiff - hSbrDec->qmfDomainInCh->scaling.hb_scale; in sbr_dec()
726 scaleFactorLowBand_ov = sdiff - hSbrDec->qmfDomainInCh->scaling.ov_lb_scale; in sbr_dec()
727 scaleFactorLowBand_no_ov = sdiff - hSbrDec->qmfDomainInCh->scaling.lb_scale; in sbr_dec()
746 FDK_ASSERT(hSbrDec->qmfDomainInCh->pGlobalConf->nBandsSynthesis <= in sbr_dec()
750 9 * hSbrDec->qmfDomainInCh->pGlobalConf->nBandsSynthesis * in sbr_dec()
869 FDK_QmfDomain_SaveOverlap(hSbrDec->qmfDomainInCh, 0); in sbr_dec()
870 FDK_ASSERT(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale == saveLbScale); in sbr_dec()
1035 int old_lsb = hSbrDec->qmfDomainInCh->fb.lsb; in resetSbrDec()
1036 int old_usb = hSbrDec->qmfDomainInCh->fb.usb; in resetSbrDec()
1041 FIXP_DBL **OverlapBufferReal = hSbrDec->qmfDomainInCh->hQmfSlotsReal; in resetSbrDec()
1042 FIXP_DBL **OverlapBufferImag = hSbrDec->qmfDomainInCh->hQmfSlotsImag; in resetSbrDec()
1056 new_lsb = (hSbrDec->qmfDomainInCh->fb).no_channels; in resetSbrDec()
1059 old_lsb = (hSbrDec->qmfDomainInCh->fb).no_channels; in resetSbrDec()
1075 FDK_ASSERT(hSbrDec->qmfDomainInCh != NULL); in resetSbrDec()
1076 hSbrDec->qmfDomainInCh->fb.lsb = hSbrDec->qmfDomainOutCh->fb.lsb; in resetSbrDec()
1077 hSbrDec->qmfDomainInCh->fb.usb = hSbrDec->qmfDomainOutCh->fb.usb; in resetSbrDec()
1160 source_exp = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_hb_scale); in resetSbrDec()
1161 target_exp = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale); in resetSbrDec()
1177 source_exp = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale); in resetSbrDec()
1178 target_exp = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_hb_scale); in resetSbrDec()
1217 hSbrDec->qmfDomainInCh->scaling.ov_lb_scale = EXP2SCALE(source_exp); in resetSbrDec()
1220 hSbrDec->qmfDomainInCh->scaling.ov_hb_scale = EXP2SCALE(source_exp); in resetSbrDec()
1315 hSbrDec->scale_hbe, &hSbrDec->qmfDomainInCh->scaling.hb_scale, in resetSbrDec()
1345 &hSbrDec->qmfDomainInCh->scaling.hb_scale, hHeaderData->timeStep, in resetSbrDec()
1360 hSbrDec->scale_hbe, &hSbrDec->qmfDomainInCh->scaling.hb_scale, in resetSbrDec()
1371 FDKmemcpy(hSbrDec->qmfDomainInCh->hQmfSlotsReal[i], in resetSbrDec()
1374 FDKmemcpy(hSbrDec->qmfDomainInCh->hQmfSlotsImag[i], in resetSbrDec()
1385 hSbrDec->qmfDomainInCh->hQmfSlotsReal[i], in resetSbrDec()
1391 hSbrDec->qmfDomainInCh->hQmfSlotsImag[i], in resetSbrDec()
1403 new_scale = hSbrDec->qmfDomainInCh->scaling.ov_lb_scale; in resetSbrDec()
1405 if ((hSbrDec->qmfDomainInCh->scaling.ov_lb_scale != in resetSbrDec()
1406 hSbrDec->qmfDomainInCh->scaling.lb_scale) && in resetSbrDec()
1410 diff = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale) - in resetSbrDec()
1411 SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.lb_scale); in resetSbrDec()
1416 new_scale = hSbrDec->qmfDomainInCh->scaling.ov_lb_scale; in resetSbrDec()
1465 hSbrDec->qmfDomainInCh->scaling.ov_lb_scale = new_scale; in resetSbrDec()