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.c504 ptr_bs_data = &pstr_drc_dec->str_drc_bs_data[element]; in ixheaacd_drc_map_channels()
515 ptr_bs_data = &pstr_drc_dec->str_drc_bs_data[element]; in ixheaacd_drc_map_channels()
523 &pstr_drc_dec->str_drc_bs_data[element], in ixheaacd_drc_map_channels()
732 pstr_drc_dec->str_drc_bs_data[0].drc_num_bands = 1; in ixheaacd_drc_read_compression()
733 pstr_drc_dec->str_drc_bs_data[0].dyn_rng_dlbl_dvb[0] = compression_val; in ixheaacd_drc_read_compression()
734 pstr_drc_dec->str_drc_bs_data[0].drc_band_top[0] = (1024 >> 2) - 1; in ixheaacd_drc_read_compression()
736 pstr_drc_dec->str_drc_bs_data[0].drc_data_type = DVB_DRC_ANC_DATA; in ixheaacd_drc_read_compression()
738 pstr_drc_dec->str_drc_bs_data[0].drc_num_bands = 1; in ixheaacd_drc_read_compression()
739 pstr_drc_dec->str_drc_bs_data[0].dyn_rng_dlbl_dvb[0] = (WORD8)0x80; in ixheaacd_drc_read_compression()
740 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.h69 ixheaac_drc_bs_data_struct str_drc_bs_data[MAX_BS_ELEMENT]; member