Home
last modified time | relevance | path

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

/external/libxaac/decoder/drc_src/
Dimpd_drc_eq.c395 ia_matching_ph_filt_struct* matching_ph_filt) { in impd_calc_phase_filt() argument
398 memset(matching_ph_filt, 0, sizeof(ia_matching_ph_filt_struct)); in impd_calc_phase_filt()
399 matching_ph_filt->gain = 1.0f; in impd_calc_phase_filt()
405 matching_ph_filt); in impd_calc_phase_filt()
410 element->complex_pole_angle[i], matching_ph_filt); in impd_calc_phase_filt()
413 impd_calc_phase_filt_delay(element, matching_ph_filt); in impd_calc_phase_filt()
415 matching_ph_filt->num_matches_filter = 1; in impd_calc_phase_filt()
416 matching_ph_filt->matches_filter[0] = filt_ele_idx; in impd_calc_phase_filt()
780 ia_matching_ph_filt_struct matching_ph_filt[FILTER_ELEMENT_COUNT_MAX]; in impd_calc_filt_block() local
828 &matching_ph_filt[i]); in impd_calc_filt_block()
[all …]
Dimpd_drc_eq.h123 ia_matching_ph_filt_struct matching_ph_filt[MATCHING_PHASE_FILTER_COUNT_MAX]; member