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

/external/aac/libAACenc/src/
H A Dadj_thr.cpp1997 const FIXP_DBL bitspend_slope)
2004 bitspend = minBitSpend + fMult(fillLevel-clipLow, bitspend_slope);
2108 FIXP_DBL bitsave_slope, bitspend_slope, maxBitFac_tmp; local
2121 bitspend_slope = (FIXP_DBL)0x55555555;
2127 bitspend_slope = (FIXP_DBL)0x7fffffff;
2139 bresParam->minBitSpend, bresParam->maxBitSpend, bitspend_slope);
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 88 milliseconds