Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_bitdec.c215 const ia_mps_dec_tree_properties_struct *p_tree_property_table = in ixheaacd_parse_specific_config() local
246 curr_state->num_ott_boxes = p_tree_property_table[config->bs_tree_config].num_ott_boxes; in ixheaacd_parse_specific_config()
247 curr_state->num_ttt_boxes = p_tree_property_table[config->bs_tree_config].num_ttt_boxes; in ixheaacd_parse_specific_config()
249 p_tree_property_table[config->bs_tree_config].num_input_channels; in ixheaacd_parse_specific_config()
251 p_tree_property_table[config->bs_tree_config].num_output_channels; in ixheaacd_parse_specific_config()
253 ott_mode_lfe[i] = p_tree_property_table[config->bs_tree_config].ott_mode_lfe[i]; in ixheaacd_parse_specific_config()
348 const ia_mps_dec_tree_properties_struct *p_tree_property_table = in ixheaacd_default_specific_config() local
367 curr_state->num_ott_boxes = p_tree_property_table[config->bs_tree_config].num_ott_boxes; in ixheaacd_default_specific_config()
368 curr_state->num_ttt_boxes = p_tree_property_table[config->bs_tree_config].num_ttt_boxes; in ixheaacd_default_specific_config()
370 p_tree_property_table[config->bs_tree_config].num_input_channels; in ixheaacd_default_specific_config()
[all …]