Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_bitdec.c223 config->bs_fixed_gain_lfe = (temp >> 9) & THREE_BIT_MASK; in ixheaacd_parse_specific_config()
225 if (config->bs_fixed_gain_lfe >= 5) return IA_FATAL_ERROR; in ixheaacd_parse_specific_config()
338 config->bs_fixed_gain_lfe = 1; in ixheaacd_default_specific_config()
2118 curr_state->lfe_gain = bitdec_table->lfe_gain_table[config->bs_fixed_gain_lfe]; in ixheaacd_set_current_state_parameters()
Dixheaacd_mps_dec.h524 WORD32 bs_fixed_gain_lfe; member