Commit 938ce84f authored by multrus's avatar multrus
Browse files

addressing comment

parent df679afd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@ static void find_enr_dft_ivas_fx(

        /* normalization per frequency bin */
#ifdef FIX_1735_W_SHL_SAT_L
        band_fx[i] = W_shl_sat_l( band_ener, -add( 32 - Q16, shift ) ); // *q_band
        band_fx[i] = W_shl_sat_l( band_ener, sub( Q16 - 32, shift ) ); // *q_band
#else
        band_fx[i] = W_extract_h( W_shl( band_ener, sub( Q16, shift ) ) );                                                                                                            // *q_band
#endif