Home
last modified time | relevance | path

Searched refs:opd_smooth (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()
151 self->opd_smooth.smooth_r_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()
174 while (rtemp > self->opd_smooth.smooth_r_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
176 while (rtemp < self->opd_smooth.smooth_r_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()
184 self->opd_smooth.smooth_r_phase[pb] = in ixheaacd_mps_smoothing_opd()
187 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.c147 memset(self->opd_smooth.smooth_l_phase, 0, in ixheaacd_mps_create()
149 memset(self->opd_smooth.smooth_r_phase, 0, in ixheaacd_mps_create()