Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dadj_thr.cpp2024 const FIXP_DBL bitspend_slope) in FDKaacEnc_calcBitSpend() argument
2031 bitspend = minBitSpend + fMult(fillLevel-clipLow, bitspend_slope); in FDKaacEnc_calcBitSpend()
2135 FIXP_DBL bitsave_slope, bitspend_slope, maxBitFac_tmp; in FDKaacEnc_bitresCalcBitFac() local
2148 bitspend_slope = (FIXP_DBL)0x55555555; in FDKaacEnc_bitresCalcBitFac()
2154 bitspend_slope = (FIXP_DBL)0x7fffffff; in FDKaacEnc_bitresCalcBitFac()
2166 bresParam->minBitSpend, bresParam->maxBitSpend, bitspend_slope); in FDKaacEnc_bitresCalcBitFac()