Searched refs:temp_exp (Results 1 – 2 of 2) sorted by relevance
1003 int temp_exp = 0; in get_gain() local1004 FIXP_DBL output = fDivNormSigned(corr, ener, &temp_exp); in get_gain()1006 int output_exp = (exp_corr - exp_ener) + temp_exp; in get_gain()
231 int temp_exp = 0; in bass_pf_1sf_delay() local233 FIXP_DBL temp1 = invSqrtNorm2(ener_by_tmp, &temp_exp); in bass_pf_1sf_delay()235 int temp1_exp = temp_exp - (ener_by_tmp_exp >> 1); in bass_pf_1sf_delay()