Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1585 INT coreEl; in FDKsbrEnc_Reallocate() local
1590 for (coreEl = 0; coreEl < noElements; coreEl++) { in FDKsbrEnc_Reallocate()
1592 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in FDKsbrEnc_Reallocate()
1595 if (elInfo[coreEl].elType == ID_LFE) { in FDKsbrEnc_Reallocate()
1596 hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0]; in FDKsbrEnc_Reallocate()
1601 SBR_ELEMENT_INFO *pelInfo = &elInfo[coreEl]; in FDKsbrEnc_Reallocate()
2141 int el, coreEl; in sbrEncoder_Init() local
2144 for (coreEl = 0; coreEl < noElements; coreEl++) { in sbrEncoder_Init()
2146 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) { in sbrEncoder_Init()
2150 if (!FDKsbrEnc_IsSbrSettingAvail(elInfo[coreEl].bitRate, 0, in sbrEncoder_Init()
[all …]