Searched refs:OPUS_RC_TOP (Results 1 – 1 of 1) sorted by relevance
28 #define OPUS_RC_TOP (1u << 31) macro29 #define OPUS_RC_BOT (OPUS_RC_TOP >> OPUS_RC_SYM)50 …((rc->value << OPUS_RC_SYM) | (get_bits(&rc->gb, OPUS_RC_SYM) ^ OPUS_RC_CEIL)) & (OPUS_RC_TOP - 1); in opus_rc_dec_normalize()60 rc->value = (rc->value << OPUS_RC_SYM) & (OPUS_RC_TOP - 1); in opus_rc_enc_normalize()363 uint32_t mask = (OPUS_RC_TOP - 1) >> bits; in ff_opus_rc_enc_end()375 end = (end << OPUS_RC_SYM) & (OPUS_RC_TOP - 1); in ff_opus_rc_enc_end()405 rc->range = OPUS_RC_TOP; in ff_opus_rc_enc_init()