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