Commit 6a5fb736 authored by Adityaraj Jain's avatar Adityaraj Jain
Browse files

added extra hrdm

parent 2b7051e4
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2782,6 +2782,7 @@ void noise_est_ivas_fx(
                    {
                        diff = sub( hNoiseEst->q_bckr, 30 );
                    }
                    diff = add( diff, 1 );
                    Ltmp1 = L_add( L_shr( hNoiseEst->bckr_fx[i], diff ), L_shl( 1, sub( hNoiseEst->q_bckr, diff ) ) ); // hNoiseEst->q_bckr - diff
                    e_ener = norm_l( Ltmp1 );
                    f_ener = Log2_norm_lc( L_shl( Ltmp1, e_ener ) );