Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_drc_freq_dec.c497 ptr_bs_data = &pstr_drc_dec->str_drc_bs_data[element]; in ixheaacd_drc_map_channels()
508 ptr_bs_data = &pstr_drc_dec->str_drc_bs_data[element]; in ixheaacd_drc_map_channels()
516 &pstr_drc_dec->str_drc_bs_data[element], in ixheaacd_drc_map_channels()
724 pstr_drc_dec->str_drc_bs_data[0].drc_num_bands = 1; in ixheaacd_drc_read_compression()
725 pstr_drc_dec->str_drc_bs_data[0].dyn_rng_dlbl_dvb[0] = compression_val; in ixheaacd_drc_read_compression()
726 pstr_drc_dec->str_drc_bs_data[0].drc_band_top[0] = (1024 >> 2) - 1; in ixheaacd_drc_read_compression()
728 pstr_drc_dec->str_drc_bs_data[0].drc_data_type = DVB_DRC_ANC_DATA; in ixheaacd_drc_read_compression()
730 pstr_drc_dec->str_drc_bs_data[0].drc_num_bands = 1; in ixheaacd_drc_read_compression()
731 pstr_drc_dec->str_drc_bs_data[0].dyn_rng_dlbl_dvb[0] = (WORD8)0x80; in ixheaacd_drc_read_compression()
732 pstr_drc_dec->str_drc_bs_data[0].drc_band_top[0] = (1024 >> 2) - 1; in ixheaacd_drc_read_compression()
[all …]
Dixheaacd_drc_data_struct.h68 ixheaac_drc_bs_data_struct str_drc_bs_data[MAX_BS_ELEMENT]; member