Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_smoothing.c148 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()
169 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + 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()
178 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()
181 self->opd_smooth.smooth_l_phase[pb])) in ixheaacd_mps_smoothing_opd()
189 tmp = (ltemp - rtemp) - (self->opd_smooth.smooth_l_phase[pb] - in ixheaacd_mps_smoothing_opd()
195 self->opd_smooth.smooth_l_phase[pb] = ltemp; 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()
201 while (self->opd_smooth.smooth_l_phase[pb] < 0) in ixheaacd_mps_smoothing_opd()
[all …]
Dixheaacd_mps_dec.h177 WORD32 smooth_l_phase[MAX_PARAMETER_BANDS]; member
Dixheaacd_mps_dec.c148 memset(self->opd_smooth.smooth_l_phase, 0, in ixheaacd_mps_create()