Loading lib_dec/ivas_core_dec.c +3 −1 Original line number Diff line number Diff line Loading @@ -1584,10 +1584,12 @@ ivas_error ivas_core_dec_fx( } } Scale_sig32(output_32_fx[n], output_frame, -31); /* intentionally create a bad output */ Scale_sig32(synth_32_fx[n], output_frame, -31); /* intentionally create a bad output */ Copy32( synth_32_fx[n], output_32_fx[n], output_frame ); Scale_sig32(output_32_fx[n], output_frame, -31); /* intentionally create a bad output */ /*--------------------------------------------------------* * Common updates *--------------------------------------------------------*/ Loading Loading
lib_dec/ivas_core_dec.c +3 −1 Original line number Diff line number Diff line Loading @@ -1584,10 +1584,12 @@ ivas_error ivas_core_dec_fx( } } Scale_sig32(output_32_fx[n], output_frame, -31); /* intentionally create a bad output */ Scale_sig32(synth_32_fx[n], output_frame, -31); /* intentionally create a bad output */ Copy32( synth_32_fx[n], output_32_fx[n], output_frame ); Scale_sig32(output_32_fx[n], output_frame, -31); /* intentionally create a bad output */ /*--------------------------------------------------------* * Common updates *--------------------------------------------------------*/ Loading