summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/celt/rate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/celt/rate.h')
-rw-r--r--lib/rbcodec/codecs/libopus/celt/rate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libopus/celt/rate.h b/lib/rbcodec/codecs/libopus/celt/rate.h
index f1e0661129..852b9d6f60 100644
--- a/lib/rbcodec/codecs/libopus/celt/rate.h
+++ b/lib/rbcodec/codecs/libopus/celt/rate.h
@@ -32,7 +32,7 @@
32#define MAX_PSEUDO 40 32#define MAX_PSEUDO 40
33#define LOG_MAX_PSEUDO 6 33#define LOG_MAX_PSEUDO 6
34 34
35#define MAX_PULSES 128 35#define CELT_MAX_PULSES 128
36 36
37#define MAX_FINE_BITS 8 37#define MAX_FINE_BITS 8
38 38
@@ -95,7 +95,7 @@ static OPUS_INLINE int pulses2bits(const CELTMode *m, int band, int LM, int puls
95 @param pulses Number of pulses per band (returned) 95 @param pulses Number of pulses per band (returned)
96 @return Total number of bits allocated 96 @return Total number of bits allocated
97*/ 97*/
98int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stero, 98int clt_compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stero,
99 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth); 99 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth);
100 100
101#endif 101#endif