Loading lib_dec/ivas_osba_dec_fx.c +5 −5 Original line number Diff line number Diff line Loading @@ -364,17 +364,17 @@ void ivas_osba_stereo_add_channels_fx( const UWord16 n_samples_to_render /* i : output frame length per channel */ ) { int16_t n; Word16 n; #if 0 if ( ism_mode == ISM_SBA_MODE_DISC ) IF ( ism_mode == ISM_SBA_MODE_DISC ) { #endif if ( NE_16( gain, 1 ) ) IF ( NE_16( gain, 1 ) ) { assert( 0 && "Object editing is not implemented in the BASOP code!" ); } else ELSE { FOR( n = 0; n < nchan_out; n++ ) { Loading @@ -383,7 +383,7 @@ void ivas_osba_stereo_add_channels_fx( } #if 0 } else ELSE { FOR( n = 0; n < nchan_out; n++ ) { Loading Loading
lib_dec/ivas_osba_dec_fx.c +5 −5 Original line number Diff line number Diff line Loading @@ -364,17 +364,17 @@ void ivas_osba_stereo_add_channels_fx( const UWord16 n_samples_to_render /* i : output frame length per channel */ ) { int16_t n; Word16 n; #if 0 if ( ism_mode == ISM_SBA_MODE_DISC ) IF ( ism_mode == ISM_SBA_MODE_DISC ) { #endif if ( NE_16( gain, 1 ) ) IF ( NE_16( gain, 1 ) ) { assert( 0 && "Object editing is not implemented in the BASOP code!" ); } else ELSE { FOR( n = 0; n < nchan_out; n++ ) { Loading @@ -383,7 +383,7 @@ void ivas_osba_stereo_add_channels_fx( } #if 0 } else ELSE { FOR( n = 0; n < nchan_out; n++ ) { Loading