Searched refs:hSbrEl (Results 1 – 1 of 1) sorted by relevance
2177 HANDLE_SBR_ELEMENT hSbrEl = hSbrEncoder->sbrElement[el]; in sbrEncoder_Init() local2183 for (ch=0; ch<hSbrEl->elInfo.nChannelsInEl; ch++) in sbrEncoder_Init()2185 FDKaacEnc_InitDownsampler (&hSbrEl->sbrChannel[ch]->downSampler, Wc, *downSampleFactor); in sbrEncoder_Init()2186 FDK_ASSERT (hSbrEl->sbrChannel[ch]->downSampler.delay <=MAX_DS_FILTER_DELAY); in sbrEncoder_Init()2189 downsamplerDelay = hSbrEl->sbrChannel[0]->downSampler.delay; in sbrEncoder_Init()