Searched refs:opd_smooth (Results 1 – 3 of 3) sorted by relevance
149 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()153 self->opd_smooth.smooth_r_phase[pb] = in ixheaacd_mps_smoothing_opd()173 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + 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()177 while (rtemp > self->opd_smooth.smooth_r_phase[pb] + 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()182 self->opd_smooth.smooth_l_phase[pb] = in ixheaacd_mps_smoothing_opd()185 self->opd_smooth.smooth_l_phase[pb])) in ixheaacd_mps_smoothing_opd()187 self->opd_smooth.smooth_r_phase[pb] = in ixheaacd_mps_smoothing_opd()190 self->opd_smooth.smooth_r_phase[pb])) in ixheaacd_mps_smoothing_opd()[all …]
162 memset(self->opd_smooth.smooth_l_phase, 0, in ixheaacd_mps_create()164 memset(self->opd_smooth.smooth_r_phase, 0, in ixheaacd_mps_create()
362 ia_mps_opd_smooth_struct opd_smooth; member