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); 634 &str_drc_config_ext->str_eq_coeff); in impd_parse_drc_ext_v1() 942 ia_eq_coeff_struct* str_eq_coeff) { in impd_parse_eq_coefficients() argument 947 str_eq_coeff->eq_delay_max_present = impd_read_bits_buf(it_bit_buff, 1); in impd_parse_eq_coefficients() 950 if (str_eq_coeff->eq_delay_max_present) { in impd_parse_eq_coefficients() 955 str_eq_coeff->eq_delay_max = 16 * mu * (1 << nu); in impd_parse_eq_coefficients() 958 str_eq_coeff->unique_filter_block_count = impd_read_bits_buf(it_bit_buff, 6); in impd_parse_eq_coefficients() 961 if (str_eq_coeff->unique_filter_block_count > FILTER_BLOCK_COUNT_MAX) { in impd_parse_eq_coefficients() 965 err = impd_parse_filt_block(it_bit_buff, &(str_eq_coeff->str_filter_block[0]), in impd_parse_eq_coefficients() 966 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() 1099 WORD32 impd_derive_eq_set(ia_eq_coeff_struct* str_eq_coeff, in impd_derive_eq_set() argument 1111 str_eq_coeff->unique_td_filt_ele, str_eq_coeff->str_filter_block, in impd_derive_eq_set() 1122 if (str_eq_coeff->eq_subband_gain_count != in impd_derive_eq_set() 1130 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() 409 pstr_drc_config->str_drc_config_ext.str_eq_coeff.eq_delay_max_present) { in impd_get_eq_delay() 411 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 | 414 ia_eq_coeff_struct str_eq_coeff; member
|