Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_decorr.c615 WORD16 *q_smooth_reverb_nrg = self->q_smooth_reverb_nrg; in ixheaacd_ducker_apply_71() local
676 ixheaacd_mps_add32(temp_2, temp_1, &(q_smooth_reverb_nrg[pb]), qtemp); in ixheaacd_ducker_apply_71()
679 qtemp1 = q_smooth_reverb_nrg[pb] - 1; in ixheaacd_ducker_apply_71()
705 qtemp_1 = q_smooth_reverb_nrg[pb]; in ixheaacd_ducker_apply_71()
781 WORD16 *q_smooth_reverb_nrg = self->q_smooth_reverb_nrg; in ixheaacd_ducker_apply() local
829 ixheaacd_mps_add32(temp_2, temp_1, &(q_smooth_reverb_nrg[pb]), qtemp); in ixheaacd_ducker_apply()
832 qtemp1 = q_smooth_reverb_nrg[pb] - 1; in ixheaacd_ducker_apply()
858 qtemp_1 = q_smooth_reverb_nrg[pb]; in ixheaacd_ducker_apply()
929 self->q_smooth_reverb_nrg[i] = 31; in ixheaacd_ducker_create()
Dixheaacd_mps_decor.h60 WORD16 q_smooth_reverb_nrg[MAX_PARAMETER_BANDS]; member