Home | History | Annotate | Download | only in src

Lines Matching refs:cm

656   CHANNEL_MAPPING cm;
658 FDKaacEnc_InitChannelMapping(channelMode, CH_ORDER_MPEG, &cm);
684 cm.nChannelsEff,
703 FDK_ASSERT(cm.nElements <= (8));
708 aacEncDistributeSbrBits(&cm, sbrElInfo, initialBitrate);
710 for (e=0; e<cm.nElements; e++)
714 if (cm.elInfo[e].elType != ID_SCE && cm.elInfo[e].elType != ID_CPE) {
718 sbrBitRateOut = sbrEncoder_LimitBitRate(sbrElementBitRateIn , cm.elInfo[e].nChannelsInEl, coreSamplingRate, aot);
728 adjustedBitrate = fMax(initialBitrate, (INT)fDivNorm((FIXP_DBL)(sbrBitRateOut+8), cm.elInfo[e].relativeBits));
733 adjustedBitrate = fMin(initialBitrate, (INT)fDivNorm((FIXP_DBL)(sbrBitRateOut-8), cm.elInfo[e].relativeBits));
743 } while ( (initialBitrate!=adjustedBitrate) && (numIterations<=cm.nElements) );