Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpc.c222 FLOAT32 x_energy, xy_corr, y_energy, norm_corr, energy, gain, tmp, alpha; in ixheaacd_bass_post_filter() local
247 y_energy = 0.01f; in ixheaacd_bass_post_filter()
251 y_energy += y[i] * y[i]; in ixheaacd_bass_post_filter()
254 norm_corr = xy_corr / (FLOAT32)sqrt(x_energy * y_energy); in ixheaacd_bass_post_filter()