Searched defs:bitspend_slope (Results 1 - 1 of 1) sorted by relevance
/external/aac/libAACenc/src/ |
H A D | adj_thr.cpp | 1783 const FIXP_DBL bitspend_slope) 1790 bitspend = minBitSpend + fMult(fillLevel-clipLow, bitspend_slope); 1894 FIXP_DBL bitsave_slope, bitspend_slope, maxBitFac_tmp; local 1907 bitspend_slope = (FIXP_DBL)0x55555555; 1913 bitspend_slope = (FIXP_DBL)0x7fffffff; 1925 bresParam->minBitSpend, bresParam->maxBitSpend, bitspend_slope); 1778 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 36 milliseconds