Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_res_channel_info.c64 p_ics_info->max_sf_bands = (tmp & 0x7E) >> 1; in ixheaacd_res_ics_read()
74 p_ics_info->max_sf_bands = (tmp & 0x780) >> 7; in ixheaacd_res_ics_read()
93 if (p_ics_info->max_sf_bands > p_ics_info->total_sf_bands) in ixheaacd_res_ics_read()
Dixheaacd_mps_res_longblock.c43 WORD sfb_transmitted = p_ics_info->max_sf_bands; in ixheaacd_c_block_read_section_data()
136 sfb_transmitted = p_ics_info->max_sf_bands; in ixheaacd_res_c_block_read_scf_data()
Dixheaacd_mps_aac_struct.h37 WORD16 max_sf_bands; member
Dixheaacd_mps_bitdec.c557 pstr_mps_state->p_aac_decoder_channel_info[0]->ics_info.max_sf_bands, in ixheaacd_parse_residual_data()
574 pstr_mps_state->p_aac_decoder_channel_info[0]->ics_info.max_sf_bands, in ixheaacd_parse_residual_data()
717 pstr_mps_state->p_aac_decoder_channel_info[0]->ics_info.max_sf_bands, in ixheaacd_parse_extension_frame()
737 pstr_mps_state->p_aac_decoder_channel_info[0]->ics_info.max_sf_bands, in ixheaacd_parse_extension_frame()
768 pstr_mps_state->p_aac_decoder_channel_info[0]->ics_info.max_sf_bands, in ixheaacd_parse_extension_frame()
785 pstr_mps_state->p_aac_decoder_channel_info[0]->ics_info.max_sf_bands, in ixheaacd_parse_extension_frame()
812 pstr_mps_state->p_aac_decoder_channel_info[0]->ics_info.max_sf_bands, in ixheaacd_parse_extension_frame()
828 pstr_mps_state->p_aac_decoder_channel_info[0]->ics_info.max_sf_bands, in ixheaacd_parse_extension_frame()
Dixheaacd_mps_res_channel.c174 tot_bands = p_ics_info->max_sf_bands; in ixheaacd_res_c_block_read_spec_data()