Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dqc_main.cpp491 #define isAudioElement(elType) \ argument
492 ((elType == ID_SCE) || (elType == ID_CPE) || (elType == ID_LFE))
511 if (isAudioElement(cm->elInfo[i].elType)) { in FDKaacEnc_distributeElementDynBits()
530 if (isAudioElement(cm->elInfo[i].elType)) { in FDKaacEnc_distributeElementDynBits()
598 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_getMinimalStaticBitdemand()
599 (elInfo.elType == ID_LFE)) { in FDKaacEnc_getMinimalStaticBitdemand()
652 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_prepareBitDistribution()
653 (elInfo.elType == ID_LFE)) { in FDKaacEnc_prepareBitDistribution()
687 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_updateUsedDynBits()
688 (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.cpp1363 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1441 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1531 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1544 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1622 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1709 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1731 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1810 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1927 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1983 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.cpp793 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_EncodeFrame()
794 (elInfo.elType == ID_LFE)) { in FDKaacEnc_EncodeFrame()
Daacenc_lib.cpp457 if (elInfoSbr->elType == elInfo[i].elType && in getAssociatedChElement()
714 sbrElInfo[el].elType = channelMapping->elInfo[el].elType; in aacEncDistributeSbrBits()
774 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/libSBRenc/src/
Dsbr_encoder.cpp1592 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in FDKsbrEnc_Reallocate()
1595 if (elInfo[coreEl].elType == ID_LFE) { in FDKsbrEnc_Reallocate()
1618 hSbrElement->elInfo.elType = pelInfo->elType; in FDKsbrEnc_Reallocate()
1704 if ((hSbrElement->elInfo.elType == ID_CPE) && in FDKsbrEnc_EnvInit()
2112 elInfo[0].elType = ID_SCE; in sbrEncoder_Init()
2146 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) { in sbrEncoder_Init()
2175 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in sbrEncoder_Init()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp796 MP4_ELEMENT_ID elType) { in CProgramConfig_LookupElement() argument
800 if (IS_CHANNEL_ELEMENT(elType)) { in CProgramConfig_LookupElement()
802 if (elList[pPce->elCounter] != elType && in CProgramConfig_LookupElement()
803 !IS_USAC_CHANNEL_ELEMENT(elType)) { in CProgramConfig_LookupElement()
806 (elType == ID_SCE)) { /* This scenario occurs with HE-AAC v2 streams in CProgramConfig_LookupElement()
812 (elType == in CProgramConfig_LookupElement()
823 if (elType == ID_CPE || elType == ID_USAC_CPE) { in CProgramConfig_LookupElement()
834 if (IS_USAC_CHANNEL_ELEMENT(elType)) { in CProgramConfig_LookupElement()
836 } else if (IS_MP4_CHANNEL_ELEMENT(elType)) { in CProgramConfig_LookupElement()
838 elList[pPce->elCounter] = elType; in CProgramConfig_LookupElement()
[all …]
/external/swiftshader/src/Pipeline/
DSpirvShaderMemory.cpp366 auto &elType = getType(type.element); in VisitMemoryObject() local
367 for(auto index = 0u; index < elType.componentCount; index++) in VisitMemoryObject()
370 f({ index, offset, elType }); in VisitMemoryObject()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h246 MP4_ELEMENT_ID elType);
/external/aac/libSBRenc/include/
Dsbr_encoder.h281 MP4_ELEMENT_ID elType; member