Lines Matching refs:qmfDomainOutCh
613 lsb = hSbrDec->qmfDomainOutCh->fb.lsb; in sbr_dec()
669 hSbrDec->qmfDomainOutCh->fb.no_col, &outScalefactor); in sbr_dec()
671 qmfChangeOutScalefactor(&hSbrDec->qmfDomainOutCh->fb, outScalefactor); in sbr_dec()
675 int save_usb = hSbrDec->qmfDomainOutCh->fb.usb; in sbr_dec()
682 if (hSbrDec->qmfDomainOutCh->fb.usb < hFreq->ov_highSubband) { in sbr_dec()
690 hSbrDec->qmfDomainOutCh->fb.usb = in sbr_dec()
692 (UINT)hSbrDec->qmfDomainOutCh->fb.no_channels); in sbr_dec()
696 &hSbrDec->qmfDomainOutCh->fb, pLowBandReal, in sbr_dec()
703 hSbrDec->qmfDomainOutCh->fb.usb = save_usb; in sbr_dec()
717 HANDLE_QMF_FILTER_BANK synQmf = &hSbrDec->qmfDomainOutCh->fb; in sbr_dec()
718 HANDLE_QMF_FILTER_BANK synQmfRight = &hSbrDecRight->qmfDomainOutCh->fb; in sbr_dec()
1065 FDK_ASSERT(hSbrDec->qmfDomainOutCh != NULL); in resetSbrDec()
1066 hSbrDec->qmfDomainOutCh->fb.lsb = in resetSbrDec()
1067 fixMin((INT)hSbrDec->qmfDomainOutCh->fb.no_channels, in resetSbrDec()
1069 hSbrDec->qmfDomainOutCh->fb.usb = in resetSbrDec()
1070 fixMin((INT)hSbrDec->qmfDomainOutCh->fb.no_channels, in resetSbrDec()
1074 hSbrDec->qmfDomainInCh->fb.lsb = hSbrDec->qmfDomainOutCh->fb.lsb; in resetSbrDec()
1075 hSbrDec->qmfDomainInCh->fb.usb = hSbrDec->qmfDomainOutCh->fb.usb; in resetSbrDec()