Commit fbb553b1 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_600_CLEANUP_OF_MANUAL_INSTRUMENTATION

parent 38dd188d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -151,7 +151,6 @@
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */


#define FIX_600_CLEANUP_OF_MANUAL_INSTRUMENTATION       /* Eri: Issue 600 :  removed manual WMCtool instrumentation outside of WMC_TOOL_SKIP defines     */
#define NONBE_FIX_539_MASA_384K_CHIRP                   /* Nokia: issue 539, puts the normalization of the energy ratios at the correct place, affect MASA 384k only */
#define FIX_635_UBSAN_UNDEFINED_BEHAVIOUR_QMETA         /* Nokia: issue 635 adding cast to uint16_t in q_metadata_enc */

+0 −3
Original line number Diff line number Diff line
@@ -200,9 +200,6 @@ static void dsDiracPerQuanta(
    if ( t_quanta_o > sv[nsv >> 1] )
    {
        dsIndex = nsv - dsIndex; /*single op*/
#ifndef FIX_600_CLEANUP_OF_MANUAL_INSTRUMENTATION
        ADD( 1 );
#endif
    }
    for ( i = frQuanta[0][td] - 1; i >= 0; i-- )
    {