Searched refs:sb_sample (Results 1 – 2 of 2) sorted by relevance
229 WORD32 idx, sb_sample; in ixheaacd_mps_decor_apply() local234 for (sb_sample = 0; sb_sample < length; sb_sample++) { in ixheaacd_mps_decor_apply()235 self->decor_delay_buffer[idx][self->delay_sample_count[idx] + sb_sample] in ixheaacd_mps_decor_apply()236 .re = in[sb_sample][idx].re; in ixheaacd_mps_decor_apply()237 self->decor_delay_buffer[idx][self->delay_sample_count[idx] + sb_sample] in ixheaacd_mps_decor_apply()238 .im = in[sb_sample][idx].im; in ixheaacd_mps_decor_apply()243 for (sb_sample = 0; sb_sample < length; sb_sample++) { in ixheaacd_mps_decor_apply()244 out[sb_sample][idx].re = scratch[sb_sample].re; in ixheaacd_mps_decor_apply()245 out[sb_sample][idx].im = scratch[sb_sample].im; in ixheaacd_mps_decor_apply()248 for (sb_sample = 0; sb_sample < self->delay_sample_count[idx]; in ixheaacd_mps_decor_apply()[all …]
186 WORD32 k, sb_sample, idx; in ixheaacd_mps_decor() local198 for (sb_sample = 0; sb_sample < self->time_slots; sb_sample++) { in ixheaacd_mps_decor()199 if (self->bs_tsd_sep_data[sb_sample]) { in ixheaacd_mps_decor()201 scratch[sb_sample][idx].re = self->v[k][sb_sample][idx].re; in ixheaacd_mps_decor()202 scratch[sb_sample][idx].im = self->v[k][sb_sample][idx].im; in ixheaacd_mps_decor()203 self->v[k][sb_sample][idx].re = 0.0f; in ixheaacd_mps_decor()204 self->v[k][sb_sample][idx].im = 0.0f; in ixheaacd_mps_decor()214 for (sb_sample = 0; sb_sample < self->time_slots; sb_sample++) { in ixheaacd_mps_decor()215 if (self->bs_tsd_sep_data[sb_sample]) { in ixheaacd_mps_decor()216 coeff.re = ixheaacd_tsd_mul_re[self->bs_tsd_tr_phase_data[sb_sample]]; in ixheaacd_mps_decor()[all …]