Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_acelp.cpp243 if (tgpit > FL2FXCONST_SGL(0.95f / (1 << SF_GAIN_P))) { in D_gain2_plus()
244 tgpit = FL2FXCONST_SGL(0.95f / (1 << SF_GAIN_P)); in D_gain2_plus()
245 } else if (tgpit < FL2FXCONST_SGL(0.5f / (1 << SF_GAIN_P))) { in D_gain2_plus()
246 tgpit = FL2FXCONST_SGL(0.5f / (1 << SF_GAIN_P)); in D_gain2_plus()
252 tgpit = FL2FXCONST_SGL(1.4f / (1 << SF_GAIN_P)) - tgpit; in D_gain2_plus()
253 tgcode = fMult(*past_gcode, tgpit) << SF_GAIN_P; in D_gain2_plus()
321 ener_exc_e = 2 * SF_EXC + 1 + 2 * SF_GAIN_P - ener_exc_e + s; in calc_period_factor()
470 #define SF_GAIN_P2 (SF_GAIN_P - SF_HEADROOM) in BuildAdaptiveExcitation()
869 if (gain_pit > FL2FXCONST_SGL(1.0f / (1 << SF_GAIN_P))) { in CLpd_AcelpDecode()
870 gain_pit = FL2FXCONST_SGL(1.0f / (1 << SF_GAIN_P)); in CLpd_AcelpDecode()
Dusacdec_const.h110 #define SF_GAIN_P 1 /* exponent of gain_pit */ macro