Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c137 WORD32 phase_index = frame_data->phase_index; in ixheaacd_sbr_env_calc() local
168 phase_index = 0; in ixheaacd_sbr_env_calc()
521 phase_index = (phase_index + 1) & 511; in ixheaacd_sbr_env_calc()
528 sb_noise * ixheaacd_random_phase[phase_index][0] + in ixheaacd_sbr_env_calc()
531 sb_noise * ixheaacd_random_phase[phase_index][1] + in ixheaacd_sbr_env_calc()
697 phase_index = (phase_index + 1) & 511; in ixheaacd_sbr_env_calc()
701 sb_noise * ixheaacd_random_phase[phase_index][0]; in ixheaacd_sbr_env_calc()
703 sb_noise * ixheaacd_random_phase[phase_index][1]; in ixheaacd_sbr_env_calc()
783 frame_data->phase_index = phase_index; in ixheaacd_sbr_env_calc()
Dixheaacd_env_extr.h95 WORD32 phase_index; member