Lines Matching refs:pSetup
224 hAnalysisHybFilter->pSetup = setup;
285 HANDLE_FDK_HYBRID_SETUP setup = hAnalysisHybFilter->pSetup;
312 const int nrQmfBandsLF = hAnalysisHybFilter->pSetup->nrQmfBands; /* number of QMF bands to be converted to hybrid */
317 if (++readIndex>=hAnalysisHybFilter->pSetup->protoLen) readIndex = 0;
318 const INT* pBufferLFreadIdx = &hAnalysisHybFilter->pSetup->pReadIdxTable[readIndex];
335 hAnalysisHybFilter->pSetup->kHybrid[k]);
337 hybOffset += hAnalysisHybFilter->pSetup->nHybBands[k];
359 if (++hAnalysisHybFilter->bufferHFpos>=hAnalysisHybFilter->pSetup->filterDelay) hAnalysisHybFilter->bufferHFpos = 0;
399 hSynthesisHybFilter->pSetup = setup;
418 const INT nrQmfBandsLF = hSynthesisHybFilter->pSetup->nrQmfBands;
424 const int nHybBands = hSynthesisHybFilter->pSetup->nHybBands[k];