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.c49 #define PI_IN_Q27 (421657440) macro
173 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
174 ltemp -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
175 while (ltemp < self->opd_smooth.smooth_l_phase[pb] - PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
176 ltemp += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
177 while (rtemp > self->opd_smooth.smooth_r_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
178 rtemp -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
179 while (rtemp < self->opd_smooth.smooth_r_phase[pb] - PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
180 rtemp += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
195 while (tmp > PI_IN_Q27) tmp -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
[all …]