Searched refs:coreEl (Results 1 – 1 of 1) sorted by relevance
1476 INT coreEl; in FDKsbrEnc_Reallocate() local1481 for (coreEl=0; coreEl<noElements; coreEl++) in FDKsbrEnc_Reallocate()1484 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in FDKsbrEnc_Reallocate()1487 if (elInfo[coreEl].elType == ID_LFE) { in FDKsbrEnc_Reallocate()1488 hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0]; in FDKsbrEnc_Reallocate()1493 SBR_ELEMENT_INFO *pelInfo = &elInfo[coreEl]; in FDKsbrEnc_Reallocate()1893 int el, coreEl; in sbrEncoder_Init() local1896 for (coreEl=0; coreEl<noElements; coreEl++) in sbrEncoder_Init()1899 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) { in sbrEncoder_Init()1903 …if ( !FDKsbrEnc_IsSbrSettingAvail (elInfo[coreEl].bitRate, 0, elInfo[coreEl].nChannelsInEl, inputS… in sbrEncoder_Init()[all …]