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