Searched refs:cpe_code_smooth (Results 1 – 1 of 1) sorted by relevance
474 FIXP_DBL cpe_code_smooth, cpe_code_smooth_prev; in BuildAdaptiveExcitation() local489 cpe_code_smooth = fMultDiv2(cpe, code_smooth); in BuildAdaptiveExcitation()490 *exc2++ = tmp - cpe_code_smooth; in BuildAdaptiveExcitation()502 cpe_code_smooth_prev = cpe_code_smooth; in BuildAdaptiveExcitation()505 cpe_code_smooth = fMultDiv2(cpe, code_smooth); in BuildAdaptiveExcitation()506 *exc2++ = tmp - cpe_code_smooth; /* tmp - c_pe * g_sc * c(i+1) */ in BuildAdaptiveExcitation()