Lines Matching refs:SynthesisQMF
176 hSbrDec->SynthesisQMF.flags |= QMF_FLAG_LP; in assignTimeSlots()
179 hSbrDec->SynthesisQMF.flags &= ~QMF_FLAG_LP; in assignTimeSlots()
193 UINT synQmfFlags = hSbrDec->SynthesisQMF.flags; in changeQmfType()
244 &hSbrDec->SynthesisQMF, in changeQmfType()
246 hSbrDec->SynthesisQMF.no_col, in changeQmfType()
247 hSbrDec->SynthesisQMF.lsb, in changeQmfType()
248 hSbrDec->SynthesisQMF.usb, in changeQmfType()
249 hSbrDec->SynthesisQMF.no_channels, in changeQmfType()
344 …if ( ((flags & SBRDEC_LOW_POWER ) ? 1 : 0) != ((hSbrDec->SynthesisQMF.flags & QMF_FLAG_LP) ? 1 : 0… in sbr_dec()
515 hSbrDec->SynthesisQMF.no_col, in sbr_dec()
521 qmfChangeOutScalefactor(&hSbrDec->SynthesisQMF, outScalefactor ); in sbr_dec()
526 qmfSynthesisFiltering( &hSbrDec->SynthesisQMF, in sbr_dec()
544 HANDLE_QMF_FILTER_BANK synQmf = &hSbrDec->SynthesisQMF; in sbr_dec()
545 HANDLE_QMF_FILTER_BANK synQmfRight = &hSbrDecRight->SynthesisQMF; in sbr_dec()
789 &hs->SynthesisQMF, in createSbrDec()
812 hs->SynthesisQMF.usb, in createSbrDec()
884 int old_lsb = hSbrDec->SynthesisQMF.lsb; in resetSbrDec()
902 hSbrDec->SynthesisQMF.lsb = hHeaderData->freqBandData.lowSubband; in resetSbrDec()
903 …hSbrDec->SynthesisQMF.usb = fixMin((INT)hSbrDec->SynthesisQMF.no_channels, (INT)hHeaderData->freqB… in resetSbrDec()
905 hSbrDec->AnalysiscQMF.lsb = hSbrDec->SynthesisQMF.lsb; in resetSbrDec()
906 hSbrDec->AnalysiscQMF.usb = hSbrDec->SynthesisQMF.usb; in resetSbrDec()
969 target_lsb = hSbrDec->SynthesisQMF.lsb; in resetSbrDec()
970 target_usb = hSbrDec->SynthesisQMF.usb; in resetSbrDec()