Loading lib_enc/ivas_core_pre_proc_front_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -758,7 +758,7 @@ ivas_error pre_proc_front_ivas_fx( st->Q_max[i] = shift; move16(); #ifdef NONBE_FIX_ISSUE_2206 *Q_new = s_min( *Q_new, st->q_mem_decim16k_fx + 2 ); *Q_new = s_min( *Q_new, st->q_mem_decim16k_fx + 1 ); #endif *Q_new = add( *Q_new, Q_inp_const ); move16(); Loading Loading
lib_enc/ivas_core_pre_proc_front_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -758,7 +758,7 @@ ivas_error pre_proc_front_ivas_fx( st->Q_max[i] = shift; move16(); #ifdef NONBE_FIX_ISSUE_2206 *Q_new = s_min( *Q_new, st->q_mem_decim16k_fx + 2 ); *Q_new = s_min( *Q_new, st->q_mem_decim16k_fx + 1 ); #endif *Q_new = add( *Q_new, Q_inp_const ); move16(); Loading