Searched refs:str_three_band_bank (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/drc_src/ |
D | impd_drc_filter_bank.c | 73 ia_three_band_filt_struct* str_three_band_bank; in impd_initialize_filt_bank() local 86 str_three_band_bank = &drc_filter_bank->str_three_band_bank; in impd_initialize_filt_bank() 89 &(str_three_band_bank->str_low_pass_stage_2), in impd_initialize_filt_bank() 90 &(str_three_band_bank->str_high_pass_stage_2), in impd_initialize_filt_bank() 91 &(str_three_band_bank->str_all_pass_stage_2), 2); in impd_initialize_filt_bank() 93 &(str_three_band_bank->str_low_pass_stage_1), in impd_initialize_filt_bank() 94 &(str_three_band_bank->str_high_pass_stage_1), NULL, in impd_initialize_filt_bank() 346 ia_three_band_filt_struct* str_three_band_bank, WORD32 c, WORD32 size, in impd_three_band_filter_process() argument 351 &str_three_band_bank->str_low_pass_stage_1; in impd_three_band_filter_process() 353 &str_three_band_bank->str_high_pass_stage_1; in impd_three_band_filter_process() [all …]
|
D | impd_drc_filter_bank.h | 104 ia_three_band_filt_struct str_three_band_bank; member 127 ia_three_band_filt_struct* str_three_band_bank, WORD32 c, WORD32 size,
|
D | impd_drc_process.c | 263 &str_drc_filter_bank->str_three_band_bank, c, drc_frame_size, in impd_filter_banks_process()
|