Searched refs:FilterStates (Results 1 – 5 of 5) sorted by relevance
184 FIXP_QSS* FilterStates = (FIXP_QSS*)qmf->FilterStates; in qmfSynPrototypeFirSlot() local189 FIXP_QSS *RESTRICT sta = FilterStates; in qmfSynPrototypeFirSlot()252 FIXP_QSS* FilterStates = (FIXP_QSS*)qmf->FilterStates; in qmfSynPrototypeFirSlot_NonSymmetric() local257 FIXP_QSS *RESTRICT sta = FilterStates; in qmfSynPrototypeFirSlot_NonSymmetric()550 FIXP_QAS *RESTRICT FilterStatesAnaTmp = ((FIXP_QAS*)anaQmf->FilterStates)+offset; in qmfAnalysisFilteringSlot()574 (FIXP_QAS*)anaQmf->FilterStates in qmfAnalysisFilteringSlot()581 (FIXP_QAS*)anaQmf->FilterStates in qmfAnalysisFilteringSlot()607 …FDKmemmove ((FIXP_QAS*)anaQmf->FilterStates, (FIXP_QAS*)anaQmf->FilterStates+anaQmf->no_channels, … in qmfAnalysisFilteringSlot()1045 h_Qmf->FilterStates = (void*)pFilterStates; in qmfInitFilterBank()1069 if (synQmf == NULL || synQmf->FilterStates == NULL) { in qmfAdaptFilterStates()[all …]
745 if (hSbrEncoder->QmfAnalysis[ch].FilterStates) in sbrEncoder_Close()746 FreeRam_Sbr_QmfStatesAnalysis((FIXP_QAS**)&hSbrEncoder->QmfAnalysis[ch].FilterStates); in sbrEncoder_Close()753 if (hSbrEncoder->qmfSynthesisPS.FilterStates) in sbrEncoder_Close()754 FreeRam_PsQmfStatesSynthesis((FIXP_DBL**)&hSbrEncoder->qmfSynthesisPS.FilterStates); in sbrEncoder_Close()1534 hSbrEncoder->QmfAnalysis[i].FilterStates = GetRam_Sbr_QmfStatesAnalysis(i); in sbrEncoder_Open()1535 if (hSbrEncoder->QmfAnalysis[i].FilterStates==NULL) { in sbrEncoder_Open()1546 hSbrEncoder->qmfSynthesisPS.FilterStates = GetRam_PsQmfStatesSynthesis(); in sbrEncoder_Open()1547 if (hSbrEncoder->qmfSynthesisPS.FilterStates==NULL) { in sbrEncoder_Open()1798 (FIXP_QAS*)hSbrElement->hQmfAnalysis[ch]->FilterStates, in FDKsbrEnc_EnvInit()2241 (FIXP_DBL*)hSbrEncoder->qmfSynthesisPS.FilterStates, in sbrEncoder_Init()
156 void *FilterStates; /*!< Pointer to buffer of filter states member
602 FDKmemcpy(synQmfRight->FilterStates, synQmf->FilterStates, ((640)-(64))*sizeof(FIXP_QSS)); in sbr_dec()
540 FIXP_QSS *RESTRICT sta = (FIXP_QSS*)qmf->FilterStates; in qmfSynPrototypeFirSlot2()