Lines Matching refs:elementBits
345 hQC->elementBits[i] = GetRam_aacEnc_ElementBits(i); in FDKaacEnc_QCNew()
346 if (hQC->elementBits[i] == NULL) { in FDKaacEnc_QCNew()
421 hQC->elementBits, /* or channelBitrates, was: channelBitrate */ in FDKaacEnc_QCInit()
522 …qcElement[i]->grantedDynBits = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)codeBits… in FDKaacEnc_distributeElementDynBits()
657 hQC->elementBits[i]->bitResLevelEl, in FDKaacEnc_prepareBitDistribution()
658 hQC->elementBits[i]->maxBitResBitsEl, in FDKaacEnc_prepareBitDistribution()
662 *totalAvailableBits += hQC->elementBits[i]->bitResLevelEl; in FDKaacEnc_prepareBitDistribution()
773 …hQC->elementBits[i]->bitResLevelEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(to… in FDKaacEnc_BitResRedistribution()
774 totalBits += hQC->elementBits[i]->bitResLevelEl; in FDKaacEnc_BitResRedistribution()
776 …hQC->elementBits[i]->maxBitResBitsEl = (INT)fMult(hQC->elementBits[i]->relativeBitsEl, (FIXP_DBL)(… in FDKaacEnc_BitResRedistribution()
777 totalBits_max += hQC->elementBits[i]->maxBitResBitsEl; in FDKaacEnc_BitResRedistribution()
782 hQC->elementBits[firstEl]->bitResLevelEl += totalBitreservoir - totalBits; in FDKaacEnc_BitResRedistribution()
783 hQC->elementBits[firstEl]->maxBitResBitsEl += totalBitreservoirMax - totalBits_max; in FDKaacEnc_BitResRedistribution()
980 hQC->elementBits[i], in FDKaacEnc_QCMain()
1633 if (hQCstate->elementBits[i]!=NULL) { in FDKaacEnc_QCClose()
1634 FreeRam_aacEnc_ElementBits(&hQCstate->elementBits[i]); in FDKaacEnc_QCClose()