Lines Matching refs:pstr_drc_dec
1569 p_state_enhaacplus_dec->pstr_drc_dec = in ixheaacd_dec_init()
1571 ixheaacd_drc_dec_create(p_state_enhaacplus_dec->pstr_drc_dec, 127, 127); in ixheaacd_dec_init()
1573 p_state_enhaacplus_dec->pstr_drc_dec->cut_factor = in ixheaacd_dec_init()
1575 p_state_enhaacplus_dec->pstr_drc_dec->boost_factor = in ixheaacd_dec_init()
1577 p_state_enhaacplus_dec->pstr_drc_dec->target_ref_level = in ixheaacd_dec_init()
1579 p_state_enhaacplus_dec->pstr_drc_dec->prog_ref_level = in ixheaacd_dec_init()
1584 p_state_enhaacplus_dec->pstr_drc_dec->drc_on = 1; in ixheaacd_dec_init()
1585 p_state_enhaacplus_dec->pstr_drc_dec->heavy_mode = 1; in ixheaacd_dec_init()
1587 p_state_enhaacplus_dec->pstr_drc_dec->heavy_mode = 0; in ixheaacd_dec_init()
1588 if (p_state_enhaacplus_dec->pstr_drc_dec->target_ref_level > 127) in ixheaacd_dec_init()
1589 p_state_enhaacplus_dec->pstr_drc_dec->target_ref_level = 127; in ixheaacd_dec_init()
1590 if (p_state_enhaacplus_dec->pstr_drc_dec->target_ref_level < 0) { in ixheaacd_dec_init()
1591 if (p_state_enhaacplus_dec->pstr_drc_dec->cut_factor > 0 || in ixheaacd_dec_init()
1592 p_state_enhaacplus_dec->pstr_drc_dec->boost_factor > 0) in ixheaacd_dec_init()
1593 p_state_enhaacplus_dec->pstr_drc_dec->drc_on = 1; in ixheaacd_dec_init()
1595 p_state_enhaacplus_dec->pstr_drc_dec->drc_on = 0; in ixheaacd_dec_init()
1596 p_state_enhaacplus_dec->pstr_drc_dec->drc_dig_norm = 0; in ixheaacd_dec_init()
1597 p_state_enhaacplus_dec->pstr_drc_dec->target_ref_level = 108; in ixheaacd_dec_init()
1599 p_state_enhaacplus_dec->pstr_drc_dec->drc_on = 1; in ixheaacd_dec_init()
1600 p_state_enhaacplus_dec->pstr_drc_dec->drc_dig_norm = 1; in ixheaacd_dec_init()
1752 p_state_enhaacplus_dec->pstr_drc_dec, in ixheaacd_dec_init()
2403 if (p_state_enhaacplus_dec->pstr_drc_dec) { in ixheaacd_dec_execute()
2404 p_state_enhaacplus_dec->pstr_drc_dec->num_drc_elements = 0; in ixheaacd_dec_execute()
2406 p_state_enhaacplus_dec->pstr_drc_dec->state = 1; in ixheaacd_dec_execute()
2422 p_state_enhaacplus_dec->pstr_drc_dec, in ixheaacd_dec_execute()
2516 p_state_enhaacplus_dec->pstr_drc_dec, in ixheaacd_dec_execute()