Commit b1bbee21 authored by multrus's avatar multrus
Browse files

also address lib_enc/analy_sp_fx.c

parent b49b11c8
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -321,7 +321,11 @@ 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
#else
        band_fx[i] = W_extract_h( W_shl( band_ener, sub( Q16, shift ) ) ); // *q_band
#endif
        move32();

        /* per band energy without E_MIN   */