Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dqc_main.cpp523 if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) || in FDKaacEnc_distributeElementDynBits()
524 (cm->elInfo[i].elType == ID_LFE)) in FDKaacEnc_distributeElementDynBits()
586 if ( (elInfo.elType == ID_SCE) in FDKaacEnc_getMinimalStaticBitdemand()
587 || (elInfo.elType == ID_CPE) in FDKaacEnc_getMinimalStaticBitdemand()
588 || (elInfo.elType == ID_LFE) ) in FDKaacEnc_getMinimalStaticBitdemand()
648 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_prepareBitDistribution()
649 (elInfo.elType == ID_LFE)) in FDKaacEnc_prepareBitDistribution()
691 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_updateUsedDynBits()
692 (elInfo.elType == ID_LFE)) in FDKaacEnc_updateUsedDynBits()
736 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.cpp1176 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1239 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1326 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1431 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1675 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1702 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1744 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1772 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1805 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1822 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.cpp715 if ( (elInfo.elType == ID_SCE) in FDKaacEnc_EncodeFrame()
716 || (elInfo.elType == ID_CPE) in FDKaacEnc_EncodeFrame()
717 || (elInfo.elType == ID_LFE) ) in FDKaacEnc_EncodeFrame()
Daacenc_lib.cpp630 sbrElInfo[el].elType = channelMapping->elInfo[el].elType; in aacEncDistributeSbrBits()
714 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.cpp573 MP4_ELEMENT_ID elType in CProgramConfig_LookupElement() argument
580 if ( elType == ID_SCE in CProgramConfig_LookupElement()
581 || elType == ID_CPE in CProgramConfig_LookupElement()
582 || elType == ID_LFE ) in CProgramConfig_LookupElement()
585 if (elList[pPce->elCounter] != elType) { in CProgramConfig_LookupElement()
587 if ( (channelConfig == 2) && (elType == ID_SCE) ) in CProgramConfig_LookupElement()
597 if (elType == ID_CPE) { in CProgramConfig_LookupElement()
613 if ( elType == ID_SCE in CProgramConfig_LookupElement()
614 || elType == ID_CPE in CProgramConfig_LookupElement()
615 || elType == ID_LFE ) in CProgramConfig_LookupElement()
[all …]
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1484 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in FDKsbrEnc_Reallocate()
1487 if (elInfo[coreEl].elType == ID_LFE) { in FDKsbrEnc_Reallocate()
1508 hSbrElement->elInfo.elType = pelInfo->elType; in FDKsbrEnc_Reallocate()
1866 elInfo[0].elType = ID_SCE; in sbrEncoder_Init()
1899 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) { in sbrEncoder_Init()
1991 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.h255 MP4_ELEMENT_ID elType; member
/external/clang/lib/Sema/
DSemaExprCXX.cpp3091 QualType elType = ToType->getAs<ExtVectorType>()->getElementType(); in PerformImplicitConversion() local
3092 if (elType != From->getType()) { in PerformImplicitConversion()
3094 From = ImpCastExprToType(From, elType, in PerformImplicitConversion()
3095 PrepareScalarCast(E, elType)).get(); in PerformImplicitConversion()
DSemaExpr.cpp6803 QualType elType = cast<ExtVectorType>(LHSType)->getElementType(); in CheckAssignmentConstraints() local
6804 if (elType != RHSType) { in CheckAssignmentConstraints()
6805 Kind = PrepareScalarCast(RHS, elType); in CheckAssignmentConstraints()
6806 RHS = ImpCastExprToType(RHS.get(), elType, Kind); in CheckAssignmentConstraints()