Loading lib_dec/ivas_osba_dec_fx.c +6 −5 Original line number Diff line number Diff line Loading @@ -381,11 +381,12 @@ void ivas_osba_stereo_add_channels_fx( #ifdef NONBE_FIX_1262_OSBA_STEREO FOR( n = 0; n < nchan_out; n++ ) { Word16 i; FOR( i = 0; i < n_samples_to_render; i++ ) { output_fx[n][i] = L_shr( output_fx[n][i], 1 ); } //Word16 i; //FOR( i = 0; i < n_samples_to_render; i++ ) //{ // output_fx[n][i] = L_shr( output_fx[n][i], 1 ); //} scale_sig32(output_fx[n], n_samples_to_render, -1); } #endif Loading Loading
lib_dec/ivas_osba_dec_fx.c +6 −5 Original line number Diff line number Diff line Loading @@ -381,11 +381,12 @@ void ivas_osba_stereo_add_channels_fx( #ifdef NONBE_FIX_1262_OSBA_STEREO FOR( n = 0; n < nchan_out; n++ ) { Word16 i; FOR( i = 0; i < n_samples_to_render; i++ ) { output_fx[n][i] = L_shr( output_fx[n][i], 1 ); } //Word16 i; //FOR( i = 0; i < n_samples_to_render; i++ ) //{ // output_fx[n][i] = L_shr( output_fx[n][i], 1 ); //} scale_sig32(output_fx[n], n_samples_to_render, -1); } #endif Loading