Lines Matching refs:coreEl
1571 INT coreEl; in FDKsbrEnc_Reallocate() local
1576 for (coreEl=0; coreEl<noElements; coreEl++) in FDKsbrEnc_Reallocate()
1579 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in FDKsbrEnc_Reallocate()
1582 if (elInfo[coreEl].elType == ID_LFE) { in FDKsbrEnc_Reallocate()
1583 hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0]; in FDKsbrEnc_Reallocate()
1588 SBR_ELEMENT_INFO *pelInfo = &elInfo[coreEl]; in FDKsbrEnc_Reallocate()
1984 int el, coreEl; in sbrEncoder_Init() local
1987 for (coreEl=0; coreEl<noElements; coreEl++) in sbrEncoder_Init()
1990 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) { in sbrEncoder_Init()
1994 …if ( !FDKsbrEnc_IsSbrSettingAvail (elInfo[coreEl].bitRate, 0, elInfo[coreEl].nChannelsInEl, inputS… in sbrEncoder_Init()
2079 for (coreEl=0; coreEl<noElements; coreEl++) in sbrEncoder_Init()
2082 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in sbrEncoder_Init()
2090 elInfo[coreEl].fParametricStereo = 1; in sbrEncoder_Init()
2092 elInfo[coreEl].fParametricStereo = 0; in sbrEncoder_Init()
2112 elInfo[coreEl].bitRate, in sbrEncoder_Init()
2113 elInfo[coreEl].nChannelsInEl, in sbrEncoder_Init()