Home
last modified time | relevance | path

Searched refs:bs_temp_shape_config (Results 1 – 10 of 10) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_ld_mps_config.c229 config->bs_temp_shape_config = ixheaacd_read_bits_buf(it_bit_buff, 2); in ixheaacd_ld_spatial_specific_config()
259 if (config->bs_temp_shape_config == 2) { in ixheaacd_ld_spatial_specific_config()
Dixheaacd_ld_mps_dec.c202 if (mps_handle->ldmps_config.bs_temp_shape_config == 2) { in ixheaacd_ld_mps_apply()
Dixheaacd_init_config.c318 pstr_usac_mps212_config->bs_temp_shape_config = in ixheaacd_mps212_config()
357 if (pstr_usac_mps212_config->bs_temp_shape_config == 2) in ixheaacd_mps212_config()
Dixheaacd_mps_parse.c531 if (self->config->bs_temp_shape_config == 3) { in ixheaacd_mps_frame_parsing()
533 } else if (self->config->bs_temp_shape_config != 0) { in ixheaacd_mps_frame_parsing()
537 switch (self->config->bs_temp_shape_config) { in ixheaacd_mps_frame_parsing()
867 if (self->ldmps_config.bs_temp_shape_config != 0) { in ixheaacd_ld_mps_frame_parsing()
871 switch (self->ldmps_config.bs_temp_shape_config) { in ixheaacd_ld_mps_frame_parsing()
Dixheaacd_mps_bitdec.c228 config->bs_temp_shape_config = (temp >> 3) & TWO_BIT_MASK; in ixheaacd_parse_specific_config()
251 if (config->bs_temp_shape_config == 2) { in ixheaacd_parse_specific_config()
341 config->bs_temp_shape_config = 0; in ixheaacd_default_specific_config()
1029 if (p_bs_config->bs_temp_shape_config != 0) { in ixheaacd_parse_frame()
1033 bitdec_table->temp_shape_chan_table[p_bs_config->bs_temp_shape_config - 1] in ixheaacd_parse_frame()
2115 curr_state->temp_shape_config = config->bs_temp_shape_config; in ixheaacd_set_current_state_parameters()
Dixheaacd_mps_temp_process.c185 if ((self->config->bs_temp_shape_config == 1) || in ixheaacd_mps_subbandtp()
186 (self->config->bs_temp_shape_config == 2)) in ixheaacd_mps_subbandtp()
238 if (self->config->bs_temp_shape_config == 1) { in ixheaacd_mps_temp_process()
Dixheaacd_config.h94 UINT32 bs_temp_shape_config; member
Dixheaacd_mps_dec.h527 WORD32 bs_temp_shape_config; member
Dixheaacd_mps_initfuncs.c926 if (pstr_mps_state->bs_config.bs_temp_shape_config == 1) pstr_mps_state->scaling_enable = 1; in ixheaacd_header_parse()
Dixheaacd_mps_dec.c419 if (self->config->bs_temp_shape_config == 2) { in ixheaacd_mps_apply()