Home
last modified time | relevance | path

Searched refs:bs_fixed_gain_dmx (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_mps_bitstream.h67 WORD32 bs_fixed_gain_dmx; member
H A Dixheaace_mps_bitstream.c602 ixheaace_write_bits(pstr_bit_buf, pstr_spatial_specific_config->bs_fixed_gain_dmx, 3); in ixheaace_mps_212_write_spatial_specific_config()
620 ixheaace_write_bits(pstr_bit_buf, pstr_spatial_specific_config->bs_fixed_gain_dmx, 3); in ixheaace_mps_212_write_spatial_specific_config()
761 ixheaace_write_bits(pstr_bit_buf, pstr_specific_config->bs_fixed_gain_dmx, 3); in ixheaace_mps_515_write_spatial_specific_config()
H A Dixheaace_mps_spatial_bitstream.h52 WORD32 bs_fixed_gain_dmx; member
H A Dixheaace_mps_enc.c313 pstr_h_ssc->bs_fixed_gain_dmx = IXHEAACE_MPS_FIXED_GAIN_DMX_INVALID; in ixheaace_mps_212_fill_spatial_specific_config()
315 pstr_h_ssc->bs_fixed_gain_dmx = pstr_space_enc->pstr_static_gain->fixed_gain_dmx; in ixheaace_mps_212_fill_spatial_specific_config()
1132 pstr_mps_specific_config->bs_fixed_gain_dmx = 0; in ixheaace_mps_515_open()
H A Diusace_config.h184 WORD32 bs_fixed_gain_dmx; member
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_ld_mps_config.c239 config->bs_fixed_gain_dmx = ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_ld_spatial_specific_config()
H A Dixheaacd_init_config.c315 pstr_usac_mps212_config->bs_fixed_gain_dmx = in ixheaacd_mps212_config()
H A Dixheaacd_config.h95 UINT32 bs_fixed_gain_dmx; member
H A Dixheaacd_mps_bitdec.c267 config->bs_fixed_gain_dmx = (temp >> 6) & THREE_BIT_MASK; in ixheaacd_parse_specific_config()
383 config->bs_fixed_gain_dmx = 0; in ixheaacd_default_specific_config()
2414 curr_state->clip_protect_gain = bitdec_table->clip_gain_table[config->bs_fixed_gain_dmx]; in ixheaacd_set_current_state_parameters()
H A Dixheaacd_mps_dec.h527 WORD32 bs_fixed_gain_dmx; member
H A Dixheaacd_mps_parse.c1452 ixheaacd_mps_clip_gain_table[self->config->bs_fixed_gain_dmx]; in ixheaacd_mps_header_decode()