Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_acelp_decode.c350 pitch_energy, mean_ener_code; in ixheaacd_acelp_alias_cnx() local
516 pitch_energy = 0.0; in ixheaacd_acelp_alias_cnx()
518 pitch_energy += in ixheaacd_acelp_alias_cnx()
521 pitch_energy *= (pitch_gain * pitch_gain); in ixheaacd_acelp_alias_cnx()
525 r_v = (FLOAT32)((pitch_energy - innov_energy) / in ixheaacd_acelp_alias_cnx()
526 (pitch_energy + innov_energy)); in ixheaacd_acelp_alias_cnx()