Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dqc_main.cpp501 #define isAudioElement(elType) \ argument
502 ((elType == ID_SCE) || (elType == ID_CPE) || (elType == ID_LFE))
521 if (isAudioElement(cm->elInfo[i].elType)) { in FDKaacEnc_distributeElementDynBits()
540 if (isAudioElement(cm->elInfo[i].elType)) { in FDKaacEnc_distributeElementDynBits()
608 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_getMinimalStaticBitdemand()
609 (elInfo.elType == ID_LFE)) { in FDKaacEnc_getMinimalStaticBitdemand()
662 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_prepareBitDistribution()
663 (elInfo.elType == ID_LFE)) { in FDKaacEnc_prepareBitDistribution()
697 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_updateUsedDynBits()
698 (elInfo.elType == ID_LFE)) { in FDKaacEnc_updateUsedDynBits()
[all …]
Dchannel_map.cpp186 static INT FDKaacEnc_initElement(ELEMENT_INFO* elInfo, MP4_ELEMENT_ID elType, in FDKaacEnc_initElement() argument
193 elInfo->elType = elType; in FDKaacEnc_initElement()
196 switch (elInfo->elType) { in FDKaacEnc_initElement()
203 elInfo->instanceTag = it_cnt[elType]++; in FDKaacEnc_initElement()
211 elInfo->instanceTag = it_cnt[elType]++; in FDKaacEnc_initElement()
217 elInfo->instanceTag = it_cnt[elType]++; in FDKaacEnc_initElement()
Dadj_thr.cpp1371 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1449 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1539 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1552 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1630 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1717 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1739 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1818 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1935 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1991 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
[all …]
Dbitenc.cpp936 if ((pElInfo->elType == ID_SCE) || (pElInfo->elType == ID_LFE)) { in FDKaacEnc_ChannelElementWrite()
951 FDKwriteBits(hBitStream, pElInfo->elType, EL_ID_BITS); in FDKaacEnc_ChannelElementWrite()
1205 switch (elInfo.elType) { in FDKaacEnc_WriteBitstream()
1238 if (elInfo.elType != ID_DSE) { in FDKaacEnc_WriteBitstream()
Dqc_data.h128 MP4_ELEMENT_ID elType; member
Daacenc.cpp752 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_EncodeFrame()
753 (elInfo.elType == ID_LFE)) { in FDKaacEnc_EncodeFrame()
Daacenc_lib.cpp696 sbrElInfo[el].elType = channelMapping->elInfo[el].elType; in aacEncDistributeSbrBits()
756 if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) { in aacEncoder_LimitBitrate()
Dpsy_main.cpp265 if (cm->elInfo[i].elType != ID_LFE) { in FDKaacEnc_psyInit()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp651 MP4_ELEMENT_ID elType) { in CProgramConfig_LookupElement() argument
655 if (IS_CHANNEL_ELEMENT(elType)) { in CProgramConfig_LookupElement()
657 if (elList[pPce->elCounter] != elType && in CProgramConfig_LookupElement()
658 !IS_USAC_CHANNEL_ELEMENT(elType)) { in CProgramConfig_LookupElement()
661 (elType == ID_SCE)) { /* This scenario occurs with HE-AAC v2 streams in CProgramConfig_LookupElement()
667 (elType == in CProgramConfig_LookupElement()
678 if (elType == ID_CPE || elType == ID_USAC_CPE) { in CProgramConfig_LookupElement()
689 if (IS_USAC_CHANNEL_ELEMENT(elType)) { in CProgramConfig_LookupElement()
691 } else if (IS_MP4_CHANNEL_ELEMENT(elType)) { in CProgramConfig_LookupElement()
693 elList[pPce->elCounter] = elType; in CProgramConfig_LookupElement()
[all …]
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1594 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in FDKsbrEnc_Reallocate()
1597 if (elInfo[coreEl].elType == ID_LFE) { in FDKsbrEnc_Reallocate()
1620 hSbrElement->elInfo.elType = pelInfo->elType; in FDKsbrEnc_Reallocate()
1706 if ((hSbrElement->elInfo.elType == ID_CPE) && in FDKsbrEnc_EnvInit()
2113 elInfo[0].elType = ID_SCE; in sbrEncoder_Init()
2147 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) { in sbrEncoder_Init()
2176 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in sbrEncoder_Init()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h246 MP4_ELEMENT_ID elType);
/external/aac/libSBRenc/include/
Dsbr_encoder.h281 MP4_ELEMENT_ID elType; member