Loading lib_dec/ivas_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -658,6 +658,7 @@ ivas_error ivas_dec( for ( n = 0; n < nchan_out; n++ ) { v_add( output[n + nchan_ism], tmp_ism_out[n], output[n], output_frame ); v_multc( output[n], 0.5f, output[n], output_frame ); } } #endif Loading Loading
lib_dec/ivas_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -658,6 +658,7 @@ ivas_error ivas_dec( for ( n = 0; n < nchan_out; n++ ) { v_add( output[n + nchan_ism], tmp_ism_out[n], output[n], output_frame ); v_multc( output[n], 0.5f, output[n], output_frame ); } } #endif Loading