Skip to content

Commit cc6750e

Browse files
SiarheiVolkaujmvalin
authored andcommitted
MIPS: delete unused header noise_shape_analysis_FIX_mipsr1.h
At the moment of fork mips version from C version in 2014 it contain minimal differences with base C version (signle line of code), then it was disabled completely during furhter development. So it makes little sense to keep that header in repo. Signed-off-by: Siarhei Volkau <[email protected]> Signed-off-by: Jean-Marc Valin <[email protected]>
1 parent e9661ef commit cc6750e

File tree

3 files changed

+0
-344
lines changed

3 files changed

+0
-344
lines changed

silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h

Lines changed: 0 additions & 336 deletions
This file was deleted.

silk/fixed/noise_shape_analysis_FIX.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,9 @@ static OPUS_INLINE void limit_warped_coefs(
128128
silk_assert( 0 );
129129
}
130130

131-
/* Disable MIPS DSP version until it's updated. */
132-
#if 0 && defined(__mips_dsp) && __mips == 32
133-
#include "mips/noise_shape_analysis_FIX_mipsr1.h"
134-
#endif
135-
136131
/**************************************************************/
137132
/* Compute noise shaping coefficients and initial gain values */
138133
/**************************************************************/
139-
#ifndef OVERRIDE_silk_noise_shape_analysis_FIX
140134
void silk_noise_shape_analysis_FIX(
141135
silk_encoder_state_FIX *psEnc, /* I/O Encoder state FIX */
142136
silk_encoder_control_FIX *psEncCtrl, /* I/O Encoder control FIX */
@@ -404,4 +398,3 @@ void silk_noise_shape_analysis_FIX(
404398
}
405399
RESTORE_STACK;
406400
}
407-
#endif /* OVERRIDE_silk_noise_shape_analysis_FIX */

0 commit comments

Comments
 (0)