Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_decorr.c612 WORD16 *q_smooth_direct_nrg = self->q_smooth_direct_nrg; in ixheaacd_ducker_apply_71() local
669 ixheaacd_mps_add32(temp_2, temp_1, &(q_smooth_direct_nrg[pb]), qtemp); in ixheaacd_ducker_apply_71()
681 qtemp = q_smooth_direct_nrg[pb]; in ixheaacd_ducker_apply_71()
702 qtemp = q_smooth_direct_nrg[pb] - 1; in ixheaacd_ducker_apply_71()
778 WORD16 *q_smooth_direct_nrg = self->q_smooth_direct_nrg; in ixheaacd_ducker_apply() local
822 ixheaacd_mps_add32(temp_2, temp_1, &(q_smooth_direct_nrg[pb]), qtemp); in ixheaacd_ducker_apply()
834 qtemp = q_smooth_direct_nrg[pb]; in ixheaacd_ducker_apply()
855 qtemp = q_smooth_direct_nrg[pb] - 1; in ixheaacd_ducker_apply()
928 self->q_smooth_direct_nrg[i] = 31; in ixheaacd_ducker_create()
Dixheaacd_mps_decor.h59 WORD16 q_smooth_direct_nrg[MAX_PARAMETER_BANDS]; member