Searched refs:coreEl (Results 1 – 1 of 1) sorted by relevance
1587 INT coreEl; in FDKsbrEnc_Reallocate() local1592 for (coreEl = 0; coreEl < noElements; coreEl++) { in FDKsbrEnc_Reallocate()1594 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in FDKsbrEnc_Reallocate()1597 if (elInfo[coreEl].elType == ID_LFE) { in FDKsbrEnc_Reallocate()1598 hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0]; in FDKsbrEnc_Reallocate()1603 SBR_ELEMENT_INFO *pelInfo = &elInfo[coreEl]; in FDKsbrEnc_Reallocate()2142 int el, coreEl; in sbrEncoder_Init() local2145 for (coreEl = 0; coreEl < noElements; coreEl++) { in sbrEncoder_Init()2147 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) { in sbrEncoder_Init()2151 if (!FDKsbrEnc_IsSbrSettingAvail(elInfo[coreEl].bitRate, 0, in sbrEncoder_Init()[all …]