Searched refs:sb_sample (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_decorr.c | 237 WORD32 idx, sb_sample; in ixheaacd_mps_decor_apply() local 242 for (sb_sample = 0; sb_sample < length; sb_sample++) { in ixheaacd_mps_decor_apply() 243 self->decor_delay_buffer[idx][self->delay_sample_count[idx] + sb_sample] in ixheaacd_mps_decor_apply() 244 .re = in[sb_sample][idx].re; in ixheaacd_mps_decor_apply() 245 self->decor_delay_buffer[idx][self->delay_sample_count[idx] + sb_sample] in ixheaacd_mps_decor_apply() 246 .im = in[sb_sample][idx].im; in ixheaacd_mps_decor_apply() 251 for (sb_sample = 0; sb_sample < length; sb_sample++) { in ixheaacd_mps_decor_apply() 252 out[sb_sample][idx].re = scratch[sb_sample].re; in ixheaacd_mps_decor_apply() 253 out[sb_sample][idx].im = scratch[sb_sample].im; in ixheaacd_mps_decor_apply() 256 for (sb_sample = 0; sb_sample < self->delay_sample_count[idx]; in ixheaacd_mps_decor_apply() [all …]
|
D | ixheaacd_mps_dec.c | 187 WORD32 k, sb_sample, idx; in ixheaacd_mps_decor() local 199 for (sb_sample = 0; sb_sample < self->time_slots; sb_sample++) { in ixheaacd_mps_decor() 200 if (self->bs_tsd_sep_data[sb_sample]) { in ixheaacd_mps_decor() 202 scratch[sb_sample][idx].re = self->v[k][sb_sample][idx].re; in ixheaacd_mps_decor() 203 scratch[sb_sample][idx].im = self->v[k][sb_sample][idx].im; in ixheaacd_mps_decor() 204 self->v[k][sb_sample][idx].re = 0.0f; in ixheaacd_mps_decor() 205 self->v[k][sb_sample][idx].im = 0.0f; in ixheaacd_mps_decor() 215 for (sb_sample = 0; sb_sample < self->time_slots; sb_sample++) { in ixheaacd_mps_decor() 216 if (self->bs_tsd_sep_data[sb_sample]) { in ixheaacd_mps_decor() 217 coeff.re = ixheaacd_tsd_mul_re[self->bs_tsd_tr_phase_data[sb_sample]]; in ixheaacd_mps_decor() [all …]
|
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | 20100707_2.ll | 5 @sb_sample = external global [2 x [2 x [18 x [32 x double]]]], align 32 ; <[2 x [2 x [18 x [32 x do… 44 …ds [2 x [2 x [18 x [32 x double]]]], [2 x [2 x [18 x [32 x double]]]]* @sb_sample, i64 0, i64 0 ; … 69 …ds [2 x [2 x [18 x [32 x double]]]], [2 x [2 x [18 x [32 x double]]]]* @sb_sample, i64 0, i64 0 ; …
|