Lines Matching refs:elementBits
348 hQC->elementBits[i] = GetRam_aacEnc_ElementBits(i); in FDKaacEnc_QCNew()
349 if (hQC->elementBits[i] == NULL) { in FDKaacEnc_QCNew()
426 hQC->elementBits, /* or channelBitrates, was: channelBitrate */ in FDKaacEnc_QCInit()
526 …qcElement[i]->grantedDynBits = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)codeBits… in FDKaacEnc_distributeElementDynBits()
661 hQC->elementBits[i]->bitResLevelEl, in FDKaacEnc_prepareBitDistribution()
662 hQC->elementBits[i]->maxBitResBitsEl, in FDKaacEnc_prepareBitDistribution()
666 *totalAvailableBits += hQC->elementBits[i]->bitResLevelEl; in FDKaacEnc_prepareBitDistribution()
777 …hQC->elementBits[i]->bitResLevelEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(to… in FDKaacEnc_BitResRedistribution()
778 totalBits += hQC->elementBits[i]->bitResLevelEl; in FDKaacEnc_BitResRedistribution()
780 …hQC->elementBits[i]->maxBitResBitsEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(… in FDKaacEnc_BitResRedistribution()
781 totalBits_max += hQC->elementBits[i]->maxBitResBitsEl; in FDKaacEnc_BitResRedistribution()
786 hQC->elementBits[firstEl]->bitResLevelEl += totalBitreservoir - totalBits; in FDKaacEnc_BitResRedistribution()
787 hQC->elementBits[firstEl]->maxBitResBitsEl += totalBitreservoirMax - totalBits_max; in FDKaacEnc_BitResRedistribution()
982 hQC->elementBits[i], in FDKaacEnc_QCMain()
1630 if (hQCstate->elementBits[i]!=NULL) { in FDKaacEnc_QCClose()
1631 FreeRam_aacEnc_ElementBits(&hQCstate->elementBits[i]); in FDKaacEnc_QCClose()