• Home
  • Raw
  • Download

Lines Matching refs:elementBits

348     hQC->elementBits[i] = GetRam_aacEnc_ElementBits(i);  in FDKaacEnc_QCNew()
349 if (hQC->elementBits[i] == NULL) { in FDKaacEnc_QCNew()
425 hQC->elementBits, /* or channelBitrates, was: channelBitrate */ in FDKaacEnc_QCInit()
520 …qcElement[i]->grantedDynBits = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)codeBits… in FDKaacEnc_distributeElementDynBits()
655 hQC->elementBits[i]->bitResLevelEl, in FDKaacEnc_prepareBitDistribution()
656 hQC->elementBits[i]->maxBitResBitsEl, in FDKaacEnc_prepareBitDistribution()
660 *totalAvailableBits += hQC->elementBits[i]->bitResLevelEl; in FDKaacEnc_prepareBitDistribution()
771 …hQC->elementBits[i]->bitResLevelEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(to… in FDKaacEnc_BitResRedistribution()
772 totalBits += hQC->elementBits[i]->bitResLevelEl; in FDKaacEnc_BitResRedistribution()
774 …hQC->elementBits[i]->maxBitResBitsEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(… in FDKaacEnc_BitResRedistribution()
775 totalBits_max += hQC->elementBits[i]->maxBitResBitsEl; in FDKaacEnc_BitResRedistribution()
780 hQC->elementBits[firstEl]->bitResLevelEl += totalBitreservoir - totalBits; in FDKaacEnc_BitResRedistribution()
781 hQC->elementBits[firstEl]->maxBitResBitsEl += totalBitreservoirMax - totalBits_max; in FDKaacEnc_BitResRedistribution()
976 hQC->elementBits[i], in FDKaacEnc_QCMain()
1624 if (hQCstate->elementBits[i]!=NULL) { in FDKaacEnc_QCClose()
1625 FreeRam_aacEnc_ElementBits(&hQCstate->elementBits[i]); in FDKaacEnc_QCClose()