Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_acelp.cpp474 FIXP_DBL cpe_code_smooth, cpe_code_smooth_prev; in BuildAdaptiveExcitation() local
491 cpe_code_smooth_prev = fMultDiv2(cpe, code_smooth_prev); in BuildAdaptiveExcitation()
501 tmp -= cpe_code_smooth_prev; in BuildAdaptiveExcitation()
502 cpe_code_smooth_prev = cpe_code_smooth; in BuildAdaptiveExcitation()
514 tmp -= cpe_code_smooth_prev; in BuildAdaptiveExcitation()