Home
last modified time | relevance | path

Searched refs:opd_smooth (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()
150 self->opd_smooth.smooth_r_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()
173 while (rtemp > self->opd_smooth.smooth_r_phase[pb] + 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()
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()
183 self->opd_smooth.smooth_r_phase[pb] = in ixheaacd_mps_smoothing_opd()
186 self->opd_smooth.smooth_r_phase[pb])) in ixheaacd_mps_smoothing_opd()
[all …]
Dixheaacd_mps_dec.h333 ia_mps_opd_smooth_struct opd_smooth; member
Dixheaacd_mps_dec.c148 memset(self->opd_smooth.smooth_l_phase, 0, in ixheaacd_mps_create()
150 memset(self->opd_smooth.smooth_r_phase, 0, in ixheaacd_mps_create()