Loading lib_dec/ivas_osba_dec_fx.c +5 −0 Original line number Diff line number Diff line Loading @@ -330,7 +330,12 @@ ivas_error ivas_osba_render_sf_fx( { IF( NE_32( st_ivas->renderer_type, RENDERER_BINAURAL_FASTCONV_ROOM ) ) { #ifndef NONBE_1894_OSBA_SCALING v_add_fixed( p_output[n], p_output_ism[n], p_output[n], *nSamplesRendered, 1 ); // takes care of downscaling by 0.5f #else v_add_fixed_no_hdrm( p_output[n], p_output_ism[n], p_output[n], *nSamplesRendered ); #endif } #ifndef NONBE_1894_OSBA_SCALING ELSE Loading Loading
lib_dec/ivas_osba_dec_fx.c +5 −0 Original line number Diff line number Diff line Loading @@ -330,7 +330,12 @@ ivas_error ivas_osba_render_sf_fx( { IF( NE_32( st_ivas->renderer_type, RENDERER_BINAURAL_FASTCONV_ROOM ) ) { #ifndef NONBE_1894_OSBA_SCALING v_add_fixed( p_output[n], p_output_ism[n], p_output[n], *nSamplesRendered, 1 ); // takes care of downscaling by 0.5f #else v_add_fixed_no_hdrm( p_output[n], p_output_ism[n], p_output[n], *nSamplesRendered ); #endif } #ifndef NONBE_1894_OSBA_SCALING ELSE Loading