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.cpp476 FIXP_DBL cpe_code_smooth, cpe_code_smooth_prev; in BuildAdaptiveExcitation() local
493 cpe_code_smooth_prev = fMultDiv2(cpe, code_smooth_prev); in BuildAdaptiveExcitation()
503 tmp -= cpe_code_smooth_prev; in BuildAdaptiveExcitation()
504 cpe_code_smooth_prev = cpe_code_smooth; in BuildAdaptiveExcitation()
517 tmp -= cpe_code_smooth_prev; in BuildAdaptiveExcitation()