Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-28 23:44:53 +0400
committerGregory Maxwell <greg@xiph.org>2011-09-29 00:28:18 +0400
commit59647fdb655bf6dc363c155b23bc817d195dc17d (patch)
tree38ba24728a3b3d35ad6fcb46203282c9a6d49a1d /silk/float/main_FLP.h
parentafc8d53b1b1d4a740551b3bbf8c2ac45061786ed (diff)
Misc. silk/ cleanups: static inline things which are only used in one file.
Diffstat (limited to 'silk/float/main_FLP.h')
-rw-r--r--silk/float/main_FLP.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/silk/float/main_FLP.h b/silk/float/main_FLP.h
index b81c7dca..605fd384 100644
--- a/silk/float/main_FLP.h
+++ b/silk/float/main_FLP.h
@@ -60,13 +60,6 @@ opus_int silk_encode_frame_FLP(
ec_enc *psRangeEnc /* I/O compressor data structure */
);
-/* Low Bitrate Redundancy (LBRR) encoding. Reuse all parameters but encode with lower bitrate */
-void silk_LBRR_encode_FLP(
- silk_encoder_state_FLP *psEnc, /* I/O Encoder state FLP */
- silk_encoder_control_FLP *psEncCtrl, /* I/O Encoder control FLP */
- const silk_float xfw[] /* I Input signal */
-);
-
/* Initializes the Silk encoder state */
opus_int silk_init_encoder(
silk_encoder_state_FLP *psEnc /* I/O Encoder state FLP */