Searched refs:minBitSpend (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
H A Dadj_thr_data.h101 FIXP_DBL minBitSpend, maxBitSpend; member in struct:__anon88
H A Dadj_thr.cpp1989 minBitSpend(%)|--/
1995 const FIXP_DBL minBitSpend,
2004 bitspend = minBitSpend + fMult(fillLevel-clipLow, bitspend_slope);
2139 bresParam->minBitSpend, bresParam->maxBitSpend, bitspend_slope);
2244 hAdjThr->bresParamLong.minBitSpend = (FIXP_DBL)0xf3333333; /* FL2FXCONST_DBL(-0.10f); */
2253 hAdjThr->bresParamShort.minBitSpend = (FIXP_DBL)0xf9999998; /* FL2FXCONST_DBL(-0.05f); */
1992 FDKaacEnc_calcBitSpend(FIXP_DBL fillLevel, const FIXP_DBL clipLow, const FIXP_DBL clipHigh, const FIXP_DBL minBitSpend, const FIXP_DBL maxBitSpend, const FIXP_DBL bitspend_slope) argument

Completed in 165 milliseconds