Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_smoothing.c150 self->phase_l_fix[self->num_parameter_sets - 1][pb] >> 1; in ixheaacd_mps_smoothing_opd()
167 ltemp = self->phase_l_fix[ps][pb] >> 1; in ixheaacd_mps_smoothing_opd()
209 self->phase_l_fix[ps][pb] = self->opd_smooth.smooth_l_phase[pb] << 1; in ixheaacd_mps_smoothing_opd()
Dixheaacd_mps_pre_mix.c185 ixheaacd_fix_to_float_int(&self->phase_l_fix[0][0], &self->phase_l[0][0], in ixheaacd_pre_and_mix_matrix_calculation()
270 self->phase_l_fix[param_set_idx][band] = in ixheaacd_mps_par2umx_ps_ipd_opd()
280 self->phase_l_fix[param_set_idx][band] = 0; in ixheaacd_mps_par2umx_ps_ipd_opd()
Dixheaacd_mps_dec.h251 WORD32 phase_l_fix[MAX_PARAMETER_SETS_MPS][MAX_PARAMETER_BANDS]; member