Searched refs:PI_IN_Q27 (Results 1 – 1 of 1) sorted by relevance
139 #define PI_IN_Q27 (421657440) macro170 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()[all …]