Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_res_channel_info.c49 WORD8 tot_sf_bands_ls[2]) { in ixheaacd_res_ics_read()
58 p_ics_info->total_sf_bands = tot_sf_bands_ls[0]; in ixheaacd_res_ics_read()
71 p_ics_info->total_sf_bands = tot_sf_bands_ls[1]; in ixheaacd_res_ics_read()
Dixheaacd_mps_res_channel.h28 ia_mps_dec_residual_aac_tables_struct *aac_tables_ptr, WORD8 tot_sf_bands_ls[2]);
Dixheaacd_mps_res_channelinfo.h25 WORD8 tot_sf_bands_ls[2]);
Dixheaacd_mps_res_channel.c102 ia_mps_dec_residual_aac_tables_struct *aac_tables_ptr, WORD8 tot_sf_bands_ls[2]) { in ixheaacd_res_read_ics()
113 error_status = ixheaacd_res_ics_read(it_bit_buf, p_ics_info, tot_sf_bands_ls); in ixheaacd_res_read_ics()
Dixheaacd_mps_bitdec.c553 aac_tables_ptr, pstr_mps_state->tot_sf_bands_ls); in ixheaacd_parse_residual_data()
570 aac_tables_ptr, pstr_mps_state->tot_sf_bands_ls); in ixheaacd_parse_residual_data()
653 pstr_mps_state->tot_sf_bands_ls[j] = (WORD8)(ptr_w - psfb_width[j]); in ixheaacd_parse_extension_frame()
713 aac_tables_ptr, pstr_mps_state->tot_sf_bands_ls); in ixheaacd_parse_extension_frame()
732 1, aac_tables_ptr, pstr_mps_state->tot_sf_bands_ls); in ixheaacd_parse_extension_frame()
763 aac_tables_ptr, pstr_mps_state->tot_sf_bands_ls); in ixheaacd_parse_extension_frame()
780 aac_tables_ptr, pstr_mps_state->tot_sf_bands_ls); in ixheaacd_parse_extension_frame()
806 1, aac_tables_ptr, pstr_mps_state->tot_sf_bands_ls); in ixheaacd_parse_extension_frame()
822 1, aac_tables_ptr, pstr_mps_state->tot_sf_bands_ls); in ixheaacd_parse_extension_frame()
Dixheaacd_mps_dec.h990 WORD8 tot_sf_bands_ls[2]; member