Home
last modified time | relevance | path

Searched refs:hyb_band_count_max (Results 1 – 7 of 7) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_temp_reshape.c75 for (jj = 0; jj < self->hyb_band_count_max; jj++) { in ixheaacd_mps_est_normalized_envelope()
93 for (jj = 0; jj < self->hyb_band_count_max; jj++) { in ixheaacd_mps_est_normalized_envelope()
102 for (jj = 0; jj < self->hyb_band_count_max; jj++) { in ixheaacd_mps_est_normalized_envelope()
188 for (jj = band_start; jj < self->hyb_band_count_max; jj++) { in ixheaacd_mps_time_env_shaping()
204 for (jj = band_start; jj < self->hyb_band_count_max; jj++) { in ixheaacd_mps_time_env_shaping()
Dixheaacd_ld_mps_dec.c154 mps_handle->hyb_band_count[0] = mps_handle->hyb_band_count_max; in ixheaacd_ld_mps_apply()
155 mps_handle->hyb_band_count[1] = mps_handle->hyb_band_count_max; in ixheaacd_ld_mps_apply()
Dixheaacd_mps_pre_mix.c474 for (qs = 0; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_apply_mix_matrix()
523 for (qs = 2; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_apply_mix_matrix()
566 for (qs = 2; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_apply_mix_matrix()
705 for (qs = 0; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_apply_mix_matrix_type2()
754 for (qs = 2; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_apply_mix_matrix_type2()
796 for (qs = 2; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_apply_mix_matrix_type2()
1109 for (qs = 2; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_apply_mix_matrix_type3()
1151 for (qs = 2; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_apply_mix_matrix_type3()
Dixheaacd_mps_dec.c138 err_code = ixheaacd_mps_decor_init(&(self->mps_decor), self->hyb_band_count_max, in ixheaacd_mps_create()
279 for (qs = 0; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_mix_res_decor()
316 for (qs = 0; qs < self->hyb_band_count_max; qs++) { in ixheaacd_mps_mix_res_decor_residual_band()
373 self->hyb_band_count_max = in ixheaacd_mps_apply()
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_temp_process.c190 for (n = 0; n < self->hyb_band_count_max; n++) { in ixheaacd_mps_subbandtp()
221 for (; n < self->hyb_band_count_max; n++) { in ixheaacd_mps_subbandtp()
264 for (hyb = dif_s; hyb < self->hyb_band_count_max; hyb++) { in ixheaacd_mps_temp_process()
Dixheaacd_mps_parse.c1345 self->hyb_band_count_max = self->qmf_band_count; in ixheaacd_mps_header_decode()
1347 self->hyb_band_count_max = self->qmf_band_count - QMF_BANDS_TO_HYBRID + 10; in ixheaacd_mps_header_decode()
Dixheaacd_mps_dec.h234 WORD32 hyb_band_count_max; member