summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/code_signs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/silk/code_signs.c')
-rw-r--r--lib/rbcodec/codecs/libopus/silk/code_signs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libopus/silk/code_signs.c b/lib/rbcodec/codecs/libopus/silk/code_signs.c
index 3903eb1f16..83f0e5f05c 100644
--- a/lib/rbcodec/codecs/libopus/silk/code_signs.c
+++ b/lib/rbcodec/codecs/libopus/silk/code_signs.c
@@ -37,6 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
37#define silk_enc_map(a) ( silk_RSHIFT( (a), 15 ) + 1 ) 37#define silk_enc_map(a) ( silk_RSHIFT( (a), 15 ) + 1 )
38#define silk_dec_map(a) ( silk_LSHIFT( (a), 1 ) - 1 ) 38#define silk_dec_map(a) ( silk_LSHIFT( (a), 1 ) - 1 )
39 39
40#if 0
40/* Encodes signs of excitation */ 41/* Encodes signs of excitation */
41void silk_encode_signs( 42void silk_encode_signs(
42 ec_enc *psRangeEnc, /* I/O Compressor data structure */ 43 ec_enc *psRangeEnc, /* I/O Compressor data structure */
@@ -70,6 +71,7 @@ void silk_encode_signs(
70 q_ptr += SHELL_CODEC_FRAME_LENGTH; 71 q_ptr += SHELL_CODEC_FRAME_LENGTH;
71 } 72 }
72} 73}
74#endif
73 75
74/* Decodes signs of excitation */ 76/* Decodes signs of excitation */
75void silk_decode_signs( 77void silk_decode_signs(