Loading lib_com/fd_cng_com_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -2159,7 +2159,7 @@ void minimum_statistics_fx( /* Compute bias correction Bmin */ tmp0 = Mpy_32_16_1( scalar, QeqInv ); #if defined( FIX_2485_HARMONIZE_minimum_statistics ) && defined( FIX_2485_HARMONIZE_minimum_statistics_EVSmode ) #if defined( FIX_2485_HARMONIZE_minimum_statistics ) && defined( FIX_2485_HARMONIZE_minimum_statistics_EVSmode_ ) tmp1 = L_sub( 1073741824l, L_mult( msM_win, QeqInv ) ); #else tmp1 = L_msu( 1073741824l /*0.5 Q31*/, msM_win, QeqInv ); Loading @@ -2169,7 +2169,7 @@ void minimum_statistics_fx( move32(); tmp0 = Mpy_32_16_1( scalar2, QeqInv ); #if defined( FIX_2485_HARMONIZE_minimum_statistics ) && defined( FIX_2485_HARMONIZE_minimum_statistics_EVSmode ) #if defined( FIX_2485_HARMONIZE_minimum_statistics ) && defined( FIX_2485_HARMONIZE_minimum_statistics_EVSmode_ ) tmp1 = L_sub( 1073741824l /*0.5 Q31*/, L_mult( msM_subwin, QeqInv ) ); #else tmp1 = L_msu( 1073741824l /*0.5 Q31*/, msM_subwin, QeqInv ); Loading lib_enc/fd_cng_enc_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -2590,9 +2590,8 @@ void perform_noise_estimation_enc_fx( ptr_per_fx++; i++; } /* exponent for cldfb part of msPeriodog */ // hFdCngEnc->hFdCngCom->exp_cldfb_periodog = add( sub( enerBuffer_exp, 4 ), CLDFBscalingFactor_EXP ); /* exponent for cldfb part of msPeriodog */ FOR( i = 0; i < numBands; i++ ) { periodog[i] = L_shr( periodog[i], sub( max_exp, periodog_exp[i] ) ); Loading Loading
lib_com/fd_cng_com_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -2159,7 +2159,7 @@ void minimum_statistics_fx( /* Compute bias correction Bmin */ tmp0 = Mpy_32_16_1( scalar, QeqInv ); #if defined( FIX_2485_HARMONIZE_minimum_statistics ) && defined( FIX_2485_HARMONIZE_minimum_statistics_EVSmode ) #if defined( FIX_2485_HARMONIZE_minimum_statistics ) && defined( FIX_2485_HARMONIZE_minimum_statistics_EVSmode_ ) tmp1 = L_sub( 1073741824l, L_mult( msM_win, QeqInv ) ); #else tmp1 = L_msu( 1073741824l /*0.5 Q31*/, msM_win, QeqInv ); Loading @@ -2169,7 +2169,7 @@ void minimum_statistics_fx( move32(); tmp0 = Mpy_32_16_1( scalar2, QeqInv ); #if defined( FIX_2485_HARMONIZE_minimum_statistics ) && defined( FIX_2485_HARMONIZE_minimum_statistics_EVSmode ) #if defined( FIX_2485_HARMONIZE_minimum_statistics ) && defined( FIX_2485_HARMONIZE_minimum_statistics_EVSmode_ ) tmp1 = L_sub( 1073741824l /*0.5 Q31*/, L_mult( msM_subwin, QeqInv ) ); #else tmp1 = L_msu( 1073741824l /*0.5 Q31*/, msM_subwin, QeqInv ); Loading
lib_enc/fd_cng_enc_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -2590,9 +2590,8 @@ void perform_noise_estimation_enc_fx( ptr_per_fx++; i++; } /* exponent for cldfb part of msPeriodog */ // hFdCngEnc->hFdCngCom->exp_cldfb_periodog = add( sub( enerBuffer_exp, 4 ), CLDFBscalingFactor_EXP ); /* exponent for cldfb part of msPeriodog */ FOR( i = 0; i < numBands; i++ ) { periodog[i] = L_shr( periodog[i], sub( max_exp, periodog_exp[i] ) ); Loading