Lines Matching refs:smooth_l_phase
149 self->opd_smooth.smooth_l_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()
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()
190 tmp = (ltemp - rtemp) - (self->opd_smooth.smooth_l_phase[pb] - in ixheaacd_mps_smoothing_opd()
196 self->opd_smooth.smooth_l_phase[pb] = ltemp; 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()
209 self->phase_l_fix[ps][pb] = self->opd_smooth.smooth_l_phase[pb] << 1; in ixheaacd_mps_smoothing_opd()