Searched refs:p_drc_gain_dec_structs (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/drc_src/ |
D | impd_drc_gain_decoder.c | 44 ia_drc_gain_dec_struct* p_drc_gain_dec_structs) { in impd_init_drc_decode() argument 49 sub_band_domain_mode, &p_drc_gain_dec_structs->ia_drc_params_struct); in impd_init_drc_decode() 54 p_drc_gain_dec_structs->ia_drc_params_struct.drc_frame_size, sample_rate, in impd_init_drc_decode() 55 sub_band_domain_mode, &p_drc_gain_dec_structs->parametricdrc_params); in impd_init_drc_decode() 67 ia_drc_gain_dec_struct* p_drc_gain_dec_structs, in impd_init_drc_decode_post_config() argument 73 &p_drc_gain_dec_structs->ia_drc_params_struct; in impd_init_drc_decode_post_config() 75 &p_drc_gain_dec_structs->audio_in_out_buf; in impd_init_drc_decode_post_config() 80 &p_drc_gain_dec_structs->parametricdrc_params, audio_num_chan, in impd_init_drc_decode_post_config() 82 &p_drc_gain_dec_structs->ia_filter_banks_struct, in impd_init_drc_decode_post_config() 83 &p_drc_gain_dec_structs->str_overlap_params, in impd_init_drc_decode_post_config() [all …]
|
D | impd_drc_gain_decoder.h | 43 ia_drc_gain_dec_struct* p_drc_gain_dec_structs); 50 ia_drc_gain_dec_struct* p_drc_gain_dec_structs, 57 ia_drc_gain_dec_struct* p_drc_gain_dec_structs, 63 ia_drc_gain_dec_struct* p_drc_gain_dec_structs, 70 ia_drc_gain_dec_struct* p_drc_gain_dec_structs, 74 VOID impd_get_eq_delay(ia_drc_gain_dec_struct* p_drc_gain_dec_structs, 79 impd_get_drc_gain(ia_drc_gain_dec_struct* p_drc_gain_dec_structs,
|
D | impd_drc_gain_dec.c | 592 impd_get_drc_gain(ia_drc_gain_dec_struct* p_drc_gain_dec_structs, in impd_get_drc_gain() argument 599 &(p_drc_gain_dec_structs->ia_drc_params_struct); in impd_get_drc_gain() 706 !(p_drc_gain_dec_structs->parametricdrc_params in impd_get_drc_gain() 711 p_drc_gain_dec_structs->audio_in_out_buf.audio_in_out_buf, NULL, in impd_get_drc_gain() 712 NULL, &p_drc_gain_dec_structs->parametricdrc_params, in impd_get_drc_gain() 713 &p_drc_gain_dec_structs->parametricdrc_params in impd_get_drc_gain() 720 &p_drc_gain_dec_structs->parametricdrc_params in impd_get_drc_gain() 729 p_drc_gain_dec_structs->parametricdrc_params in impd_get_drc_gain() 738 p_drc_gain_dec_structs->audio_in_out_buf.audio_in_out_buf, in impd_get_drc_gain() 740 &p_drc_gain_dec_structs->parametricdrc_params in impd_get_drc_gain() [all …]
|