Searched defs:grantedPe (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
H A Dqc_data.h208 INT grantedPe; member in struct:__anon135
H A Dadj_thr.cpp2453 INT *grantedPe,
2480 *grantedPe = FDKaacEnc_bits2pe2(grantedDynBits, AdjThrStateElement->bits2PeFactor_m, AdjThrStateElement->bits2PeFactor_e);
2493 *grantedPe = FDKaacEnc_bits2pe2(grantedDynBits,
2499 *grantedPe = 0; /* prevent divsion by 0 */
2522 fixMin(*grantedPe, noRedPe),
2531 *grantedPeCorr = (INT)(fMult((FIXP_DBL)(*grantedPe<<Q_AVGBITS), AdjThrStateElement->peCorrectionFactor_m) >> (Q_AVGBITS-AdjThrStateElement->peCorrectionFactor_e));
2534 AdjThrStateElement->peLast = *grantedPe;
2563 /* qcElement[i]->grantedPe = 2000; */ /* Use this only for debugging */
2565 if (qcElement[i]->grantedPe < qcElement[i]->peData.pe)
2449 FDKaacEnc_DistributeBits(ADJ_THR_STATE *adjThrState, ATS_ELEMENT *AdjThrStateElement, PSY_OUT_CHANNEL *psyOutChannel[(2)], PE_DATA *peData, INT *grantedPe, INT *grantedPeCorr, const INT nChannels, const INT commonWindow, const INT grantedDynBits, const INT bitresBits, const INT maxBitresBits, const FIXP_DBL maxBitFac, const INT bitDistributionMode) argument

Completed in 55 milliseconds