Home
last modified time | relevance | path

Searched refs:coreEl (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1571 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()
[all …]