Home
last modified time | relevance | path

Searched refs:surround_gain (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_dec.c1762 WORD32 surround_gain = pstr_mps_state->surround_gain; in ixheaacd_update_time_out_buffer() local
1776 *time_out_4 = ixheaacd_mps_mult32_shr_15(*time_out_4, surround_gain); in ixheaacd_update_time_out_buffer()
1778 *time_out_5 = ixheaacd_mps_mult32_shr_15(*time_out_5, surround_gain); in ixheaacd_update_time_out_buffer()
1784 *time_out_6 = ixheaacd_mps_mult32_shr_15(*time_out_6, surround_gain); in ixheaacd_update_time_out_buffer()
1786 *time_out_7 = ixheaacd_mps_mult32_shr_15(*time_out_7, surround_gain); in ixheaacd_update_time_out_buffer()
Dixheaacd_mps_dec.h894 WORD32 surround_gain; member
Dixheaacd_mps_bitdec.c2119 curr_state->surround_gain = bitdec_table->surround_gain_table[config->bs_fixed_gain_sur]; in ixheaacd_set_current_state_parameters()