• Home
  • Raw
  • Download

Lines Matching refs:qmfDomainInCh

299     pLowBandReal[i] = hSbrDec->qmfDomainInCh->hQmfSlotsReal[i];  in sbr_dec()
300 pLowBandImag[i] = hSbrDec->qmfDomainInCh->hQmfSlotsImag[i]; in sbr_dec()
320 FDK_QmfDomain_QmfData2HBE(hSbrDec->qmfDomainInCh, in sbr_dec()
340 FDK_QmfDomain_WorkBuffer2ProcChannel(hSbrDec->qmfDomainInCh); in sbr_dec()
343 qmfAnalysisFiltering(&hSbrDec->qmfDomainInCh->fb, pReal, pImag, in sbr_dec()
344 &hSbrDec->qmfDomainInCh->scaling, pTimeInQmf, 0, 1, in sbr_dec()
380 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols); in sbr_dec()
384 DFRACT_BITS - 1 - hSbrDec->qmfDomainInCh->scaling.lb_scale); in sbr_dec()
388 hSbrDec->qmfDomainInCh->fb.no_channels, 0, noCols, in sbr_dec()
391 hSbrDec->qmfDomainInCh->scaling.lb_scale += reserve; in sbr_dec()
395 hSbrDec->scale_hbe = hSbrDec->qmfDomainInCh->scaling.lb_scale; in sbr_dec()
397 hSbrDec->qmfDomainInCh->scaling.lb_scale = hSbrDec->scale_lb; in sbr_dec()
402 saveLbScale = hSbrDec->qmfDomainInCh->scaling.lb_scale; in sbr_dec()
421 SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale), in sbr_dec()
422 SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.lb_scale)); in sbr_dec()
482 &hSbrDec->qmfDomainInCh->scaling.hb_scale, hHeaderData->timeStep, in sbr_dec()
500 &hSbrDec->LppTrans, hSbrDec->hHBE, &hSbrDec->qmfDomainInCh->scaling, in sbr_dec()
513 hSbrDec->qmfDomainInCh in sbr_dec()
517 hSbrDec->qmfDomainInCh in sbr_dec()
528 &hSbrDec->LppTrans, &hSbrDec->qmfDomainInCh->scaling, pLowBandReal, in sbr_dec()
562 &hSbrDec->qmfDomainInCh->scaling, &hSbrDec->SbrCalculateEnvelope, in sbr_dec()
578 hSbrDec->qmfDomainInCh->scaling.hb_scale += hSbrDec->highBandFadeCnt; in sbr_dec()
579 hSbrDec->qmfDomainInCh->scaling.hb_scale = in sbr_dec()
580 fMin(hSbrDec->qmfDomainInCh->scaling.hb_scale, DFRACT_BITS - 1); in sbr_dec()
609 hSbrDec->qmfDomainInCh->scaling.hb_scale = saveLbScale; in sbr_dec()
611 rescale = hSbrDec->qmfDomainInCh->scaling.hb_scale - in sbr_dec()
612 hSbrDec->qmfDomainInCh->scaling.ov_lb_scale; in sbr_dec()
614 length = (hSbrDec->qmfDomainInCh->fb.no_channels - lsb); in sbr_dec()
631 int length = hSbrDec->qmfDomainInCh->fb.lsb; in sbr_dec()
633 length = hSbrDec->qmfDomainInCh->fb.no_channels; in sbr_dec()
698 &hSbrDec->qmfDomainInCh->scaling, in sbr_dec()
721 sdiff = hSbrDec->qmfDomainInCh->scaling.lb_scale - in sbr_dec()
723 scaleFactorHighBand = sdiff - hSbrDec->qmfDomainInCh->scaling.hb_scale; in sbr_dec()
724 scaleFactorLowBand_ov = sdiff - hSbrDec->qmfDomainInCh->scaling.ov_lb_scale; in sbr_dec()
725 scaleFactorLowBand_no_ov = sdiff - hSbrDec->qmfDomainInCh->scaling.lb_scale; in sbr_dec()
744 FDK_ASSERT(hSbrDec->qmfDomainInCh->pGlobalConf->nBandsSynthesis <= in sbr_dec()
747 9 * hSbrDec->qmfDomainInCh->pGlobalConf->nBandsSynthesis * in sbr_dec()
867 FDK_QmfDomain_SaveOverlap(hSbrDec->qmfDomainInCh, 0); in sbr_dec()
868 FDK_ASSERT(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale == saveLbScale); in sbr_dec()
1033 int old_lsb = hSbrDec->qmfDomainInCh->fb.lsb; in resetSbrDec()
1034 int old_usb = hSbrDec->qmfDomainInCh->fb.usb; in resetSbrDec()
1039 FIXP_DBL **OverlapBufferReal = hSbrDec->qmfDomainInCh->hQmfSlotsReal; in resetSbrDec()
1040 FIXP_DBL **OverlapBufferImag = hSbrDec->qmfDomainInCh->hQmfSlotsImag; in resetSbrDec()
1054 new_lsb = (hSbrDec->qmfDomainInCh->fb).no_channels; in resetSbrDec()
1057 old_lsb = (hSbrDec->qmfDomainInCh->fb).no_channels; in resetSbrDec()
1073 FDK_ASSERT(hSbrDec->qmfDomainInCh != NULL); in resetSbrDec()
1074 hSbrDec->qmfDomainInCh->fb.lsb = hSbrDec->qmfDomainOutCh->fb.lsb; in resetSbrDec()
1075 hSbrDec->qmfDomainInCh->fb.usb = hSbrDec->qmfDomainOutCh->fb.usb; in resetSbrDec()
1158 source_exp = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_hb_scale); in resetSbrDec()
1159 target_exp = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale); in resetSbrDec()
1175 source_exp = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale); in resetSbrDec()
1176 target_exp = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_hb_scale); in resetSbrDec()
1215 hSbrDec->qmfDomainInCh->scaling.ov_lb_scale = EXP2SCALE(source_exp); in resetSbrDec()
1218 hSbrDec->qmfDomainInCh->scaling.ov_hb_scale = EXP2SCALE(source_exp); in resetSbrDec()
1313 hSbrDec->scale_hbe, &hSbrDec->qmfDomainInCh->scaling.hb_scale, in resetSbrDec()
1343 &hSbrDec->qmfDomainInCh->scaling.hb_scale, hHeaderData->timeStep, in resetSbrDec()
1358 hSbrDec->scale_hbe, &hSbrDec->qmfDomainInCh->scaling.hb_scale, in resetSbrDec()
1369 FDKmemcpy(hSbrDec->qmfDomainInCh->hQmfSlotsReal[i], in resetSbrDec()
1372 FDKmemcpy(hSbrDec->qmfDomainInCh->hQmfSlotsImag[i], in resetSbrDec()
1383 hSbrDec->qmfDomainInCh->hQmfSlotsReal[i], in resetSbrDec()
1389 hSbrDec->qmfDomainInCh->hQmfSlotsImag[i], in resetSbrDec()
1401 new_scale = hSbrDec->qmfDomainInCh->scaling.ov_lb_scale; in resetSbrDec()
1403 if ((hSbrDec->qmfDomainInCh->scaling.ov_lb_scale != in resetSbrDec()
1404 hSbrDec->qmfDomainInCh->scaling.lb_scale) && in resetSbrDec()
1408 diff = SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.ov_lb_scale) - in resetSbrDec()
1409 SCALE2EXP(hSbrDec->qmfDomainInCh->scaling.lb_scale); in resetSbrDec()
1414 new_scale = hSbrDec->qmfDomainInCh->scaling.ov_lb_scale; in resetSbrDec()
1463 hSbrDec->qmfDomainInCh->scaling.ov_lb_scale = new_scale; in resetSbrDec()