Lines Matching refs:PI_IN_Q27
138 #define PI_IN_Q27 (421657440) macro
169 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
170 ltemp -= 2 * 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()
172 ltemp += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
173 while (rtemp > self->opd_smooth.smooth_r_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
174 rtemp -= 2 * 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()
176 rtemp += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
191 while (tmp > PI_IN_Q27) tmp -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
192 while (tmp < -PI_IN_Q27) tmp += 2 * PI_IN_Q27; 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()
202 self->opd_smooth.smooth_l_phase[pb] += 2 * PI_IN_Q27; 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()
206 self->opd_smooth.smooth_r_phase[pb] += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()