Lines Matching refs:PI_IN_Q27
139 #define PI_IN_Q27 (421657440) macro
170 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
171 ltemp -= 2 * 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()
173 ltemp += 2 * 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()
175 rtemp -= 2 * 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()
177 rtemp += 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()
193 while (tmp < -PI_IN_Q27) tmp += 2 * PI_IN_Q27; 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()
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()
207 self->opd_smooth.smooth_r_phase[pb] += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()