Home
last modified time | relevance | path

Searched refs:bs_phase_coding (Results 1 – 6 of 6) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_ld_mps_dec.c192 (mps_handle->config->bs_phase_coding == 0)) { in ixheaacd_ld_mps_apply()
Dixheaacd_mps_pre_mix.c119 switch (self->config->bs_phase_coding) { in ixheaacd_pre_and_mix_matrix_calculation()
383 WORD32 complex_m2 = ((self->config->bs_phase_coding != 0)); in ixheaacd_mps_apply_mix_matrix()
384 WORD32 phase_interpolation = (self->config->bs_phase_coding == 1); in ixheaacd_mps_apply_mix_matrix()
618 WORD32 complex_m2 = ((self->config->bs_phase_coding != 0)); in ixheaacd_mps_apply_mix_matrix_type2()
619 WORD32 phase_interpolation = (self->config->bs_phase_coding == 1); in ixheaacd_mps_apply_mix_matrix_type2()
819 WORD32 complex_m2 = ((self->config->bs_phase_coding != 0)); in ixheaacd_mps_apply_mix_matrix_type3()
820 WORD32 phase_interpolation = (self->config->bs_phase_coding == 1); in ixheaacd_mps_apply_mix_matrix_type3()
Dixheaacd_init_config.c329 pstr_usac_mps212_config->bs_phase_coding = in ixheaacd_mps212_config()
Dixheaacd_mps_dec.c110 if (self->config->bs_phase_coding) { in ixheaacd_mps_create()
111 self->config->bs_phase_coding = 2; in ixheaacd_mps_create()
409 (self->config->bs_phase_coding == 0)) { in ixheaacd_mps_apply()
Dixheaacd_config.h97 UINT32 bs_phase_coding; member
Dixheaacd_mps_parse.c467 if (self->config->bs_phase_coding) { in ixheaacd_mps_frame_parsing()
1169 if ((self->config->bs_phase_coding)) { in ixheaacd_mps_dec_and_mapframeott()