Loading lib_enc/analy_sp_fx.c +5 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
lib_enc/analy_sp_fx.c +5 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading