Lines Matching refs:smooth_r_phase
150 self->opd_smooth.smooth_r_phase[pb] = in ixheaacd_mps_smoothing_opd()
173 while (rtemp > self->opd_smooth.smooth_r_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
175 while (rtemp < self->opd_smooth.smooth_r_phase[pb] - PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
183 self->opd_smooth.smooth_r_phase[pb] = in ixheaacd_mps_smoothing_opd()
186 self->opd_smooth.smooth_r_phase[pb])) in ixheaacd_mps_smoothing_opd()
190 self->opd_smooth.smooth_r_phase[pb]); in ixheaacd_mps_smoothing_opd()
196 self->opd_smooth.smooth_r_phase[pb] = rtemp; in ixheaacd_mps_smoothing_opd()
203 while (self->opd_smooth.smooth_r_phase[pb] > 2 * PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
204 self->opd_smooth.smooth_r_phase[pb] -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
205 while (self->opd_smooth.smooth_r_phase[pb] < 0) in ixheaacd_mps_smoothing_opd()
206 self->opd_smooth.smooth_r_phase[pb] += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
209 self->phase_r_fix[ps][pb] = self->opd_smooth.smooth_r_phase[pb] << 1; in ixheaacd_mps_smoothing_opd()