Loading lib_dec/er_dec_tcx_fx.c +7 −5 Original line number Diff line number Diff line Loading @@ -999,7 +999,7 @@ void con_tcx_ivas_fx( Word16 offset; HQ_DEC_HANDLE hHQ_core; TCX_LTP_DEC_HANDLE hTcxLtpDec; TCX_DEC_HANDLE hTcxDec; // HARMONIZE_2446_CON_TCX_FX TCX_DEC_HANDLE hTcxDec; hTcxLtpDec = st->hTcxLtpDec; hHQ_core = st->hHQ_core; Loading Loading @@ -1094,11 +1094,13 @@ void con_tcx_ivas_fx( } #endif // !HARMONIZE_2446_CON_TCX_FX st->Mode2_lp_gainc = L_deposit_l( 0 ); #ifndef HARMONIZE_2446_CON_TCX_FX st->Mode2_lp_gainp = get_gain2(synth - shl(L_subfr, 1), synth - add(shl(L_subfr, 1), Tc), shl(L_subfr, 1)); #else st->Mode2_lp_gainp = get_gain2(synth - shl_sat(L_subfr, 1), synth - add(shl_sat(L_subfr, 1), Tc), shl_sat(L_subfr, 1)); #endif // !HARMONIZE_2446_CON_TCX_FX move32(); st->Mode2_lp_gainp = L_max( st->Mode2_lp_gainp, 0 ); /*Q16*/ Loading Loading
lib_dec/er_dec_tcx_fx.c +7 −5 Original line number Diff line number Diff line Loading @@ -999,7 +999,7 @@ void con_tcx_ivas_fx( Word16 offset; HQ_DEC_HANDLE hHQ_core; TCX_LTP_DEC_HANDLE hTcxLtpDec; TCX_DEC_HANDLE hTcxDec; // HARMONIZE_2446_CON_TCX_FX TCX_DEC_HANDLE hTcxDec; hTcxLtpDec = st->hTcxLtpDec; hHQ_core = st->hHQ_core; Loading Loading @@ -1094,11 +1094,13 @@ void con_tcx_ivas_fx( } #endif // !HARMONIZE_2446_CON_TCX_FX st->Mode2_lp_gainc = L_deposit_l( 0 ); #ifndef HARMONIZE_2446_CON_TCX_FX st->Mode2_lp_gainp = get_gain2(synth - shl(L_subfr, 1), synth - add(shl(L_subfr, 1), Tc), shl(L_subfr, 1)); #else st->Mode2_lp_gainp = get_gain2(synth - shl_sat(L_subfr, 1), synth - add(shl_sat(L_subfr, 1), Tc), shl_sat(L_subfr, 1)); #endif // !HARMONIZE_2446_CON_TCX_FX move32(); st->Mode2_lp_gainp = L_max( st->Mode2_lp_gainp, 0 ); /*Q16*/ Loading