Home
last modified time | relevance | path

Searched refs:PI_IN_Q27 (Results 1 – 1 of 1) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_smoothing.c138 #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()
[all …]