Searched refs:str_eq_coeff (Results 1 – 6 of 6) sorted by relevance
/external/libxaac/decoder/drc_src/ |
D | impd_drc_dynamic_payload.c | 36 ia_eq_coeff_struct* str_eq_coeff); 615 &str_drc_config_ext->str_eq_coeff); in impd_parse_drc_ext_v1() 923 ia_eq_coeff_struct* str_eq_coeff) { in impd_parse_eq_coefficients() argument 928 str_eq_coeff->eq_delay_max_present = impd_read_bits_buf(it_bit_buff, 1); in impd_parse_eq_coefficients() 931 if (str_eq_coeff->eq_delay_max_present) { in impd_parse_eq_coefficients() 936 str_eq_coeff->eq_delay_max = 16 * mu * (1 << nu); in impd_parse_eq_coefficients() 939 str_eq_coeff->unique_filter_block_count = impd_read_bits_buf(it_bit_buff, 6); in impd_parse_eq_coefficients() 942 if (str_eq_coeff->unique_filter_block_count > FILTER_BLOCK_COUNT_MAX) { in impd_parse_eq_coefficients() 946 err = impd_parse_filt_block(it_bit_buff, &(str_eq_coeff->str_filter_block[0]), in impd_parse_eq_coefficients() 947 str_eq_coeff->unique_filter_block_count); in impd_parse_eq_coefficients() [all …]
|
D | impd_drc_eq.c | 994 WORD32 impd_calc_subband_gains(ia_eq_coeff_struct* str_eq_coeff, in impd_calc_subband_gains() argument 1001 str_eq_coeff->eq_subband_gain_representation; in impd_calc_subband_gains() 1002 WORD32 eq_subband_gain_count = str_eq_coeff->eq_subband_gain_count; in impd_calc_subband_gains() 1003 WORD32 eq_subband_gain_format = str_eq_coeff->eq_subband_gain_format; in impd_calc_subband_gains() 1008 &(str_eq_coeff->str_eq_subband_gain_spline[subband_gains_index[g]]), in impd_calc_subband_gains() 1014 &(str_eq_coeff->str_eq_subband_gain_vector[subband_gains_index[g]]), in impd_calc_subband_gains() 1102 WORD32 impd_derive_eq_set(ia_eq_coeff_struct* str_eq_coeff, in impd_derive_eq_set() argument 1114 str_eq_coeff->unique_td_filt_ele, str_eq_coeff->str_filter_block, in impd_derive_eq_set() 1125 if (str_eq_coeff->eq_subband_gain_count != in impd_derive_eq_set() 1133 if (str_eq_coeff->eq_subband_gain_count != in impd_derive_eq_set() [all …]
|
D | impd_drc_gain_decoder.c | 195 &pstr_drc_config->str_drc_config_ext.str_eq_coeff, in impd_init_drc_decode_post_config() 482 pstr_drc_config->str_drc_config_ext.str_eq_coeff.eq_delay_max_present) { in impd_get_eq_delay() 484 pstr_drc_config->str_drc_config_ext.str_eq_coeff.eq_delay_max; in impd_get_eq_delay()
|
D | impd_drc_eq.h | 168 impd_derive_eq_set(ia_eq_coeff_struct* str_eq_coeff,
|
D | impd_drc_struct.h | 590 ia_eq_coeff_struct str_eq_coeff; member
|
/external/libxaac/decoder/ |
D | ixheaacd_config.h | 410 ia_eq_coeff_struct str_eq_coeff; member
|