Searched refs:SF_GAIN_P (Results 1 – 2 of 2) sorted by relevance
243 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()480 tmp = fMultDiv2(*exc, gain_pit) << (SF_GAIN_P + 1); /* v(0)*g_p */ in BuildAdaptiveExcitation()497 tmp = fMultDiv2(*exc, gain_pit) << (SF_GAIN_P + 1); in BuildAdaptiveExcitation()510 tmp = fMultDiv2(*exc, gain_pit) << (SF_GAIN_P + 1); in BuildAdaptiveExcitation()[all …]
110 #define SF_GAIN_P 1 /* exponent of gain_pit */ macro