Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1476 INT coreEl; in FDKsbrEnc_Reallocate() local
1481 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() local
1896 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 …]