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

/external/aac/libAACenc/src/
H A Dadj_thr.cpp2271 const FIXP_DBL bitspend_slope) {
2277 bitspend = minBitSpend + fMult(fillLevel - clipLow, bitspend_slope);
2373 FIXP_DBL bitsave_slope, bitspend_slope; local
2381 bitspend_slope = FL2FXCONST_DBL(0.666666666);
2385 bitspend_slope = (FIXP_DBL)0x7fffffff;
2402 bresParam->minBitSpend, bresParam->maxBitSpend, bitspend_slope);
2266 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 106 milliseconds