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

/external/aac/libAACenc/src/
H A Dadj_thr.cpp1958 const FIXP_DBL bitsave_slope)
1965 bitsave = maxBitSave - fMult((fillLevel-clipLow), bitsave_slope);
2108 FIXP_DBL bitsave_slope, bitspend_slope, maxBitFac_tmp; local
2120 bitsave_slope = (FIXP_DBL)0x3BBBBBBC;
2126 bitsave_slope = (FIXP_DBL)0x2E8BA2E9;
2135 bresParam->minBitSave, bresParam->maxBitSave, bitsave_slope);
1953 FDKaacEnc_calcBitSave(FIXP_DBL fillLevel, const FIXP_DBL clipLow, const FIXP_DBL clipHigh, const FIXP_DBL minBitSave, const FIXP_DBL maxBitSave, const FIXP_DBL bitsave_slope) argument

Completed in 71 milliseconds