Searched refs:L_tmp (Results 1 – 2 of 2) sorted by relevance
149 FIXP_DBL L_tmp; in Preemph_code() local153 L_tmp = FX_COD2FX_DBL(x[i]); in Preemph_code()154 L_tmp -= fMultDiv2(x[i - 1], TILT_CODE2); in Preemph_code()155 x[i] = FX_DBL2FX_COD(L_tmp); in Preemph_code()169 FIXP_DBL L_tmp; in Pit_shrp() local172 L_tmp = FX_COD2FX_DBL(x[i]); in Pit_shrp()173 L_tmp += fMult(x[i - pit_lag], PIT_SHARP); in Pit_shrp()174 x[i] = FX_DBL2FX_COD(L_tmp); in Pit_shrp()305 FIXP_DBL ener_exc, L_tmp; in calc_period_factor() local329 L_tmp = fPow2(gain_code << L_tmp_e); in calc_period_factor()[all …]
188 FIXP_DBL L_tmp; in Syn_filt_zero() local191 L_tmp = (FIXP_DBL)0; in Syn_filt_zero()194 L_tmp -= fMultDiv2(a[j], x[i - (j + 1)]) >> (LP_FILTER_SCALE - 1); in Syn_filt_zero()197 L_tmp = scaleValue(L_tmp, a_exp + LP_FILTER_SCALE); in Syn_filt_zero()198 x[i] = fAddSaturate(x[i], L_tmp); in Syn_filt_zero()