Loading lib_dec/ivas_osba_dec.c +6 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,12 @@ ivas_error ivas_osba_render_sf( v_add( p_output[n], p_output_ism[n], p_output[n], *nSamplesRendered ); #endif } #ifdef FIX_1330_JBM_MEMORY else { mvr2r( p_output_sba[n], p_output[n], *nSamplesRendered ); } #endif } return IVAS_ERR_OK; Loading Loading
lib_dec/ivas_osba_dec.c +6 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,12 @@ ivas_error ivas_osba_render_sf( v_add( p_output[n], p_output_ism[n], p_output[n], *nSamplesRendered ); #endif } #ifdef FIX_1330_JBM_MEMORY else { mvr2r( p_output_sba[n], p_output[n], *nSamplesRendered ); } #endif } return IVAS_ERR_OK; Loading