Home
last modified time | relevance | path

Searched refs:bs_tree_config (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_ld_mps_config.c198 config->bs_tree_config = ixheaacd_read_bits_buf(it_bit_buff, 4); in ixheaacd_ld_spatial_specific_config()
200 if (config->bs_tree_config > 7) return IA_FATAL_ERROR; in ixheaacd_ld_spatial_specific_config()
202 if (config->bs_tree_config != 15) { in ixheaacd_ld_spatial_specific_config()
204 ixheaacd_tree_property_table[config->bs_tree_config].num_ott_boxes; in ixheaacd_ld_spatial_specific_config()
206 ixheaacd_tree_property_table[config->bs_tree_config].num_ttt_boxes; in ixheaacd_ld_spatial_specific_config()
208 ixheaacd_tree_property_table[config->bs_tree_config].num_input_chan; in ixheaacd_ld_spatial_specific_config()
210 ixheaacd_tree_property_table[config->bs_tree_config].num_output_chan; in ixheaacd_ld_spatial_specific_config()
213 ixheaacd_tree_property_table[config->bs_tree_config].ott_mode_lfe[i]; in ixheaacd_ld_spatial_specific_config()
217 if (config->bs_tree_config != 7) { in ixheaacd_ld_spatial_specific_config()
221 if (config->bs_tree_config != 7) { in ixheaacd_ld_spatial_specific_config()
[all …]
Dixheaacd_mps_bitdec.c198 config->bs_tree_config = (temp)&FOUR_BIT_MASK; in ixheaacd_parse_specific_config()
200 if (config->bs_tree_config >= 7) { in ixheaacd_parse_specific_config()
204 if (config->bs_tree_config != 15) { in ixheaacd_parse_specific_config()
205 curr_state->num_ott_boxes = p_tree_property_table[config->bs_tree_config].num_ott_boxes; in ixheaacd_parse_specific_config()
206 curr_state->num_ttt_boxes = p_tree_property_table[config->bs_tree_config].num_ttt_boxes; in ixheaacd_parse_specific_config()
208 p_tree_property_table[config->bs_tree_config].num_input_channels; in ixheaacd_parse_specific_config()
210 p_tree_property_table[config->bs_tree_config].num_output_channels; in ixheaacd_parse_specific_config()
212 ott_mode_lfe[i] = p_tree_property_table[config->bs_tree_config].ott_mode_lfe[i]; in ixheaacd_parse_specific_config()
320 config->bs_tree_config = 2; in ixheaacd_default_specific_config()
321 if (config->bs_tree_config > 5) return IA_XHEAAC_MPS_DEC_EXE_FATAL_UNSUPPRORTED_TREE_CONFIG; in ixheaacd_default_specific_config()
[all …]
Dixheaacd_ld_mps_dec.c162 if (mps_handle->ldmps_config.bs_tree_config == 7) { in ixheaacd_ld_mps_apply()
Dixheaacd_config.h108 UINT32 bs_tree_config; member
Dixheaacd_mps_dec.h517 WORD32 bs_tree_config; member