Lines Matching refs:qmfDomainOutCh
614 lsb = hSbrDec->qmfDomainOutCh->fb.lsb; in sbr_dec()
670 hSbrDec->qmfDomainOutCh->fb.no_col, &outScalefactor); in sbr_dec()
672 qmfChangeOutScalefactor(&hSbrDec->qmfDomainOutCh->fb, outScalefactor); in sbr_dec()
676 int save_usb = hSbrDec->qmfDomainOutCh->fb.usb; in sbr_dec()
683 if (hSbrDec->qmfDomainOutCh->fb.usb < hFreq->ov_highSubband) { in sbr_dec()
691 hSbrDec->qmfDomainOutCh->fb.usb = in sbr_dec()
693 (UINT)hSbrDec->qmfDomainOutCh->fb.no_channels); in sbr_dec()
697 &hSbrDec->qmfDomainOutCh->fb, pLowBandReal, in sbr_dec()
704 hSbrDec->qmfDomainOutCh->fb.usb = save_usb; in sbr_dec()
719 HANDLE_QMF_FILTER_BANK synQmf = &hSbrDec->qmfDomainOutCh->fb; in sbr_dec()
720 HANDLE_QMF_FILTER_BANK synQmfRight = &hSbrDecRight->qmfDomainOutCh->fb; in sbr_dec()
1067 FDK_ASSERT(hSbrDec->qmfDomainOutCh != NULL); in resetSbrDec()
1068 hSbrDec->qmfDomainOutCh->fb.lsb = in resetSbrDec()
1069 fixMin((INT)hSbrDec->qmfDomainOutCh->fb.no_channels, in resetSbrDec()
1071 hSbrDec->qmfDomainOutCh->fb.usb = in resetSbrDec()
1072 fixMin((INT)hSbrDec->qmfDomainOutCh->fb.no_channels, in resetSbrDec()
1076 hSbrDec->qmfDomainInCh->fb.lsb = hSbrDec->qmfDomainOutCh->fb.lsb; in resetSbrDec()
1077 hSbrDec->qmfDomainInCh->fb.usb = hSbrDec->qmfDomainOutCh->fb.usb; in resetSbrDec()