Searched refs:bitspend_slope (Results 1 – 1 of 1) sorted by relevance
2269 const FIXP_DBL bitspend_slope) { in FDKaacEnc_calcBitSpend() argument2275 bitspend = minBitSpend + fMult(fillLevel - clipLow, bitspend_slope); in FDKaacEnc_calcBitSpend()2371 FIXP_DBL bitsave_slope, bitspend_slope; in FDKaacEnc_bitresCalcBitFac() local2379 bitspend_slope = FL2FXCONST_DBL(0.666666666); in FDKaacEnc_bitresCalcBitFac()2383 bitspend_slope = (FIXP_DBL)0x7fffffff; in FDKaacEnc_bitresCalcBitFac()2400 bresParam->minBitSpend, bresParam->maxBitSpend, bitspend_slope); in FDKaacEnc_bitresCalcBitFac()