Lines Matching refs:opd_smooth
149 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()
151 self->opd_smooth.smooth_r_phase[pb] = in ixheaacd_mps_smoothing_opd()
170 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
172 while (ltemp < self->opd_smooth.smooth_l_phase[pb] - PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
174 while (rtemp > self->opd_smooth.smooth_r_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
176 while (rtemp < self->opd_smooth.smooth_r_phase[pb] - PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
179 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()
182 self->opd_smooth.smooth_l_phase[pb])) in ixheaacd_mps_smoothing_opd()
184 self->opd_smooth.smooth_r_phase[pb] = in ixheaacd_mps_smoothing_opd()
187 self->opd_smooth.smooth_r_phase[pb])) in ixheaacd_mps_smoothing_opd()
190 tmp = (ltemp - rtemp) - (self->opd_smooth.smooth_l_phase[pb] - in ixheaacd_mps_smoothing_opd()
191 self->opd_smooth.smooth_r_phase[pb]); in ixheaacd_mps_smoothing_opd()
196 self->opd_smooth.smooth_l_phase[pb] = ltemp; in ixheaacd_mps_smoothing_opd()
197 self->opd_smooth.smooth_r_phase[pb] = rtemp; in ixheaacd_mps_smoothing_opd()
200 while (self->opd_smooth.smooth_l_phase[pb] > 2 * PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
201 self->opd_smooth.smooth_l_phase[pb] -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
202 while (self->opd_smooth.smooth_l_phase[pb] < 0) in ixheaacd_mps_smoothing_opd()
203 self->opd_smooth.smooth_l_phase[pb] += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
204 while (self->opd_smooth.smooth_r_phase[pb] > 2 * PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
205 self->opd_smooth.smooth_r_phase[pb] -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
206 while (self->opd_smooth.smooth_r_phase[pb] < 0) in ixheaacd_mps_smoothing_opd()
207 self->opd_smooth.smooth_r_phase[pb] += 2 * PI_IN_Q27; 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()
210 self->phase_r_fix[ps][pb] = self->opd_smooth.smooth_r_phase[pb] << 1; in ixheaacd_mps_smoothing_opd()