Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dqc_main.cpp519 if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) || in FDKaacEnc_distributeElementDynBits()
520 (cm->elInfo[i].elType == ID_LFE)) in FDKaacEnc_distributeElementDynBits()
582 if ( (elInfo.elType == ID_SCE) in FDKaacEnc_getMinimalStaticBitdemand()
583 || (elInfo.elType == ID_CPE) in FDKaacEnc_getMinimalStaticBitdemand()
584 || (elInfo.elType == ID_LFE) ) in FDKaacEnc_getMinimalStaticBitdemand()
644 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_prepareBitDistribution()
645 (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()
732 if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) || in FDKaacEnc_getTotalConsumedBits()
[all …]
Dchannel_map.cpp224 static INT FDKaacEnc_initElement (ELEMENT_INFO* elInfo, MP4_ELEMENT_ID elType, INT* cnt, CHANNEL_MO… in FDKaacEnc_initElement() argument
231 elInfo->elType=elType; in FDKaacEnc_initElement()
234 switch(elInfo->elType) { in FDKaacEnc_initElement()
238 elInfo->instanceTag=it_cnt[elType]++; in FDKaacEnc_initElement()
245 elInfo->instanceTag=it_cnt[elType]++; in FDKaacEnc_initElement()
251 elInfo->instanceTag=it_cnt[elType]++; in FDKaacEnc_initElement()
Dadj_thr.cpp1202 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1265 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1352 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1457 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1702 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1729 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1771 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1799 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1832 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1849 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
[all …]
Dbitenc.cpp1014 if ( (pElInfo->elType==ID_SCE) || (pElInfo->elType==ID_LFE) ) { in FDKaacEnc_ChannelElementWrite()
1029 FDKwriteBits(hBitStream, pElInfo->elType, EL_ID_BITS); in FDKaacEnc_ChannelElementWrite()
1310 switch (elInfo.elType) in FDKaacEnc_WriteBitstream()
1352 if(elInfo.elType != ID_DSE) { in FDKaacEnc_WriteBitstream()
Dqc_data.h118 MP4_ELEMENT_ID elType; member
Daacenc.cpp740 if ( (elInfo.elType == ID_SCE) in FDKaacEnc_EncodeFrame()
741 || (elInfo.elType == ID_CPE) in FDKaacEnc_EncodeFrame()
742 || (elInfo.elType == ID_LFE) ) in FDKaacEnc_EncodeFrame()
Daacenc_lib.cpp606 sbrElInfo[el].elType = channelMapping->elInfo[el].elType; in aacEncDistributeSbrBits()
690 if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) { in aacEncoder_LimitBitrate()
Dpsy_main.cpp263 if (cm->elInfo[i].elType!=ID_LFE) { in FDKaacEnc_psyInit()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp588 MP4_ELEMENT_ID elType in CProgramConfig_LookupElement() argument
595 if ( elType == ID_SCE in CProgramConfig_LookupElement()
596 || elType == ID_CPE in CProgramConfig_LookupElement()
597 || elType == ID_LFE ) in CProgramConfig_LookupElement()
600 if (elList[pPce->elCounter] != elType) { in CProgramConfig_LookupElement()
602 if ( (channelConfig == 2) && (elType == ID_SCE) ) in CProgramConfig_LookupElement()
612 if (elType == ID_CPE) { in CProgramConfig_LookupElement()
628 if ( elType == ID_SCE in CProgramConfig_LookupElement()
629 || elType == ID_CPE in CProgramConfig_LookupElement()
630 || elType == ID_LFE ) in CProgramConfig_LookupElement()
[all …]
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1579 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in FDKsbrEnc_Reallocate()
1582 if (elInfo[coreEl].elType == ID_LFE) { in FDKsbrEnc_Reallocate()
1603 hSbrElement->elInfo.elType = pelInfo->elType; in FDKsbrEnc_Reallocate()
1957 elInfo[0].elType = ID_SCE; in sbrEncoder_Init()
1990 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) { in sbrEncoder_Init()
2082 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in sbrEncoder_Init()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h239 MP4_ELEMENT_ID elType
/external/aac/libSBRenc/include/
Dsbr_encoder.h266 MP4_ELEMENT_ID elType; member