Searched refs:elType (Results 1 – 13 of 13) sorted by relevance
517 if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) || in FDKaacEnc_distributeElementDynBits()518 (cm->elInfo[i].elType == ID_LFE)) in FDKaacEnc_distributeElementDynBits()580 if ( (elInfo.elType == ID_SCE) in FDKaacEnc_getMinimalStaticBitdemand()581 || (elInfo.elType == ID_CPE) in FDKaacEnc_getMinimalStaticBitdemand()582 || (elInfo.elType == ID_LFE) ) in FDKaacEnc_getMinimalStaticBitdemand()642 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_prepareBitDistribution()643 (elInfo.elType == ID_LFE)) in FDKaacEnc_prepareBitDistribution()685 if ((elInfo.elType == ID_SCE) || (elInfo.elType == ID_CPE) || in FDKaacEnc_updateUsedDynBits()686 (elInfo.elType == ID_LFE)) in FDKaacEnc_updateUsedDynBits()730 if ((cm->elInfo[i].elType == ID_SCE) || (cm->elInfo[i].elType == ID_CPE) || in FDKaacEnc_getTotalConsumedBits()[all …]
218 static INT FDKaacEnc_initElement (ELEMENT_INFO* elInfo, MP4_ELEMENT_ID elType, INT* cnt, CHANNEL_MO… in FDKaacEnc_initElement() argument225 elInfo->elType=elType; in FDKaacEnc_initElement()228 switch(elInfo->elType) { in FDKaacEnc_initElement()232 elInfo->instanceTag=it_cnt[elType]++; in FDKaacEnc_initElement()239 elInfo->instanceTag=it_cnt[elType]++; in FDKaacEnc_initElement()245 elInfo->instanceTag=it_cnt[elType]++; in FDKaacEnc_initElement()
970 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()1033 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()1120 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()1225 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()1469 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()1496 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()1538 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()1566 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()1599 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()1616 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()[all …]
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()
118 MP4_ELEMENT_ID elType; member
706 if ( (elInfo.elType == ID_SCE) in FDKaacEnc_EncodeFrame()707 || (elInfo.elType == ID_CPE) in FDKaacEnc_EncodeFrame()708 || (elInfo.elType == ID_LFE) ) in FDKaacEnc_EncodeFrame()
463 sbrElInfo[el].elType = channelMapping->elInfo[el].elType; in aacEncDistributeSbrBits()541 if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) { in aacEncoder_LimitBitrate()
268 if (cm->elInfo[i].elType!=ID_LFE) { in FDKaacEnc_psyInit()
278 MP4_ELEMENT_ID elType in CProgramConfig_LookupElement() argument285 if ( elType == ID_SCE in CProgramConfig_LookupElement()286 || elType == ID_CPE in CProgramConfig_LookupElement()287 || elType == ID_LFE ) in CProgramConfig_LookupElement()290 if (elList[pPce->elCounter] != elType) { in CProgramConfig_LookupElement()296 if (elType == ID_CPE) { in CProgramConfig_LookupElement()312 if ( elType == ID_SCE in CProgramConfig_LookupElement()313 || elType == ID_CPE in CProgramConfig_LookupElement()314 || elType == ID_LFE ) in CProgramConfig_LookupElement()317 elList[pPce->elCounter] = elType; in CProgramConfig_LookupElement()[all …]
1413 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in FDKsbrEnc_Reallocate()1416 if (elInfo[coreEl].elType == ID_LFE) { in FDKsbrEnc_Reallocate()1437 hSbrElement->elInfo.elType = pelInfo->elType; in FDKsbrEnc_Reallocate()1764 elInfo[0].elType = ID_SCE; in sbrEncoder_Init()1797 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) { in sbrEncoder_Init()1902 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) { in sbrEncoder_Init()
217 MP4_ELEMENT_ID elType
248 MP4_ELEMENT_ID elType; member
5745 QualType elType = cast<ExtVectorType>(LHSType)->getElementType(); in CheckAssignmentConstraints() local5746 if (elType != RHSType) { in CheckAssignmentConstraints()5747 Kind = PrepareScalarCast(RHS, elType); in CheckAssignmentConstraints()5748 RHS = ImpCastExprToType(RHS.take(), elType, Kind); in CheckAssignmentConstraints()