Searched refs:elType (Results 1 – 14 of 14) sorted by relevance
/external/aac/libAACenc/src/ |
D | qc_main.cpp | 523 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 …]
|
D | channel_map.cpp | 224 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()
|
D | adj_thr.cpp | 1176 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 …]
|
D | bitenc.cpp | 1014 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()
|
D | qc_data.h | 118 MP4_ELEMENT_ID elType; member
|
D | aacenc.cpp | 715 if ( (elInfo.elType == ID_SCE) in FDKaacEnc_EncodeFrame() 716 || (elInfo.elType == ID_CPE) in FDKaacEnc_EncodeFrame() 717 || (elInfo.elType == ID_LFE) ) in FDKaacEnc_EncodeFrame()
|
D | aacenc_lib.cpp | 630 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()
|
D | psy_main.cpp | 263 if (cm->elInfo[i].elType!=ID_LFE) { in FDKaacEnc_psyInit()
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 573 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/ |
D | sbr_encoder.cpp | 1484 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/ |
D | tpdec_lib.h | 239 MP4_ELEMENT_ID elType
|
/external/aac/libSBRenc/include/ |
D | sbr_encoder.h | 255 MP4_ELEMENT_ID elType; member
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 3091 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()
|
D | SemaExpr.cpp | 6803 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()
|