Home
last modified time | relevance | path

Searched refs:mps_decor (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_dec.c138 err_code = ixheaacd_mps_decor_init(&(self->mps_decor), self->hyb_band_count_max, in ixheaacd_mps_create()
241 for (idx = band_start; idx < self->mps_decor.num_bins; idx++) { in ixheaacd_mps_decor()
251 ixheaacd_mps_decor_apply(&self->mps_decor, self->v[k], self->w_diff[k], in ixheaacd_mps_decor()
261 for (idx = band_start; idx < self->mps_decor.num_bins; idx++) { in ixheaacd_mps_decor()
350 ixheaacd_mps_decor_apply(&self->mps_decor, self->w_dir[0], in ixheaacd_mps_qmf_hyb_analysis_no_pre_mix()
358 ixheaacd_mps_decor_apply(&self->mps_decor, self->w_dir[0], self->w_diff[1], in ixheaacd_mps_qmf_hyb_analysis_no_pre_mix()
375 self->mps_decor.decor_nrg_smooth.num_bins = self->hyb_band_count_max; in ixheaacd_mps_apply()
376 self->mps_decor.num_bins = self->hyb_band_count_max; in ixheaacd_mps_apply()
Dixheaacd_mps_dec.h321 ia_mps_decor_struct mps_decor; member