Commit c0c4f8c7 authored by Jan Kiene's avatar Jan Kiene
Browse files

temporarily change EVS output on purpose for testing

parent 7951f104
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -949,6 +949,12 @@ ivas_error evs_dec(
        updt_dec_common( st, hq_core_type, concealWholeFrameTmp, output );
    }

    // only temporary for testing the EVS-BE test -> purposely change BE for limited operating points
    if ( st->total_brate == 48000 && st->bwidth == SWB )
    {
      output[0] = 0.0f;
    }


#ifdef DEBUG_MODE_INFO
    for ( i = 0; i < ( st->L_frame / L_SUBFR ); i++ )