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.c149 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()
170 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + 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()
179 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()
182 self->opd_smooth.smooth_l_phase[pb])) in ixheaacd_mps_smoothing_opd()
190 tmp = (ltemp - rtemp) - (self->opd_smooth.smooth_l_phase[pb] - in ixheaacd_mps_smoothing_opd()
196 self->opd_smooth.smooth_l_phase[pb] = ltemp; 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()
202 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.c147 memset(self->opd_smooth.smooth_l_phase, 0, in ixheaacd_mps_create()