Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_envcal.c90 p_adj, boost_gain, sb_gain, sb_noise, in ixheaacd_sbr_env_calc() local
520 c = 0, sb_gain = 0, sb_noise = 0; in ixheaacd_sbr_env_calc()
523 sb_noise += (*noise_buf)[n][k] * smooth_filt[c++]; in ixheaacd_sbr_env_calc()
526 sb_noise = (nrg_tone_pvc[k][slot_idx] != 0 || noise_absc_flag) in ixheaacd_sbr_env_calc()
528 : sb_noise; 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()
698 c = 0, sb_gain = 0, sb_noise = 0; in ixheaacd_sbr_env_calc()
701 sb_noise += (*noise_buf)[n][k] * smooth_filt[c++]; in ixheaacd_sbr_env_calc()
705 sb_noise = (nrg_tone[k] != 0 || noise_absc_flag) ? 0 : sb_noise; in ixheaacd_sbr_env_calc()
[all …]