Searched refs:elType (Results 1 – 12 of 12) sorted by relevance
501 #define isAudioElement(elType) \ argument502 ((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 …]
186 static INT FDKaacEnc_initElement(ELEMENT_INFO* elInfo, MP4_ELEMENT_ID elType, in FDKaacEnc_initElement() argument193 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()
1371 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 …]
936 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()
128 MP4_ELEMENT_ID elType; member
752 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_EncodeFrame()753 (elInfo.elType == ID_LFE)) { in FDKaacEnc_EncodeFrame()
696 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()
265 if (cm->elInfo[i].elType != ID_LFE) { in FDKaacEnc_psyInit()
651 MP4_ELEMENT_ID elType) { in CProgramConfig_LookupElement() argument655 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 …]
1594 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()
246 MP4_ELEMENT_ID elType);
281 MP4_ELEMENT_ID elType; member