Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c138 WORD32 phase_index = frame_data->phase_index; in ixheaacd_sbr_env_calc() local
169 phase_index = 0; in ixheaacd_sbr_env_calc()
525 phase_index = (phase_index + 1) & 511; in ixheaacd_sbr_env_calc()
532 sb_noise * ixheaacd_random_phase[phase_index][0] + in ixheaacd_sbr_env_calc()
535 sb_noise * ixheaacd_random_phase[phase_index][1] + in ixheaacd_sbr_env_calc()
704 phase_index = (phase_index + 1) & 511; in ixheaacd_sbr_env_calc()
708 sb_noise * ixheaacd_random_phase[phase_index][0]; in ixheaacd_sbr_env_calc()
710 sb_noise * ixheaacd_random_phase[phase_index][1]; in ixheaacd_sbr_env_calc()
790 frame_data->phase_index = phase_index; in ixheaacd_sbr_env_calc()
Dixheaacd_env_extr.h95 WORD32 phase_index; member