Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_smoothing.c152 self->phase_r_fix[self->num_parameter_sets - 1][pb] >> 1; in ixheaacd_mps_smoothing_opd()
168 rtemp = self->phase_r_fix[ps][pb] >> 1; in ixheaacd_mps_smoothing_opd()
210 self->phase_r_fix[ps][pb] = self->opd_smooth.smooth_r_phase[pb] << 1; in ixheaacd_mps_smoothing_opd()
Dixheaacd_mps_pre_mix.c188 ixheaacd_fix_to_float_int(&self->phase_r_fix[0][0], &self->phase_r[0][0], in ixheaacd_pre_and_mix_matrix_calculation()
272 self->phase_r_fix[param_set_idx][band] = in ixheaacd_mps_par2umx_ps_ipd_opd()
281 self->phase_r_fix[param_set_idx][band] = 0; in ixheaacd_mps_par2umx_ps_ipd_opd()
Dixheaacd_mps_dec.h252 WORD32 phase_r_fix[MAX_PARAMETER_SETS_MPS][MAX_PARAMETER_BANDS]; member