summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/celt/entenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/celt/entenc.c')
-rw-r--r--lib/rbcodec/codecs/libopus/celt/entenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/libopus/celt/entenc.c b/lib/rbcodec/codecs/libopus/celt/entenc.c
index 271e4d30c5..f1750d25b8 100644
--- a/lib/rbcodec/codecs/libopus/celt/entenc.c
+++ b/lib/rbcodec/codecs/libopus/celt/entenc.c
@@ -98,7 +98,7 @@ static void ec_enc_carry_out(ec_enc *_this,int _c){
98 else _this->ext++; 98 else _this->ext++;
99} 99}
100 100
101static void ec_enc_normalize(ec_enc *_this){ 101static OPUS_INLINE void ec_enc_normalize(ec_enc *_this){
102 /*If the range is too small, output some bits and rescale it.*/ 102 /*If the range is too small, output some bits and rescale it.*/
103 while(_this->rng<=EC_CODE_BOT){ 103 while(_this->rng<=EC_CODE_BOT){
104 ec_enc_carry_out(_this,(int)(_this->val>>EC_CODE_SHIFT)); 104 ec_enc_carry_out(_this,(int)(_this->val>>EC_CODE_SHIFT));