Lines Matching refs:smooth_l_phase
148 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()
169 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
171 while (ltemp < self->opd_smooth.smooth_l_phase[pb] - PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
178 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()
181 self->opd_smooth.smooth_l_phase[pb])) in ixheaacd_mps_smoothing_opd()
189 tmp = (ltemp - rtemp) - (self->opd_smooth.smooth_l_phase[pb] - in ixheaacd_mps_smoothing_opd()
195 self->opd_smooth.smooth_l_phase[pb] = ltemp; in ixheaacd_mps_smoothing_opd()
199 while (self->opd_smooth.smooth_l_phase[pb] > 2 * PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
200 self->opd_smooth.smooth_l_phase[pb] -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
201 while (self->opd_smooth.smooth_l_phase[pb] < 0) in ixheaacd_mps_smoothing_opd()
202 self->opd_smooth.smooth_l_phase[pb] += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
208 self->phase_l_fix[ps][pb] = self->opd_smooth.smooth_l_phase[pb] << 1; in ixheaacd_mps_smoothing_opd()