Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_acelp.cpp473 FIXP_DBL tmp, cpe, code_smooth_prev, code_smooth; in BuildAdaptiveExcitation() local
486 code_smooth_prev = fMultDiv2(*code++, gain_code_smoothed) in BuildAdaptiveExcitation()
490 tmp += code_smooth_prev; /* tmp = v(0)*g_p + c(0)*g_sc */ in BuildAdaptiveExcitation()
493 cpe_code_smooth_prev = fMultDiv2(cpe, code_smooth_prev); in BuildAdaptiveExcitation()