Searched refs:redundant_rng (Results 1 – 2 of 2) sorted by relevance
232 opus_uint32 redundant_rng = 0; in opus_decode_frame() local466 celt_decoder_ctl(celt_dec, OPUS_GET_FINAL_RANGE(&redundant_rng)); in opus_decode_frame()518 celt_decoder_ctl(celt_dec, OPUS_GET_FINAL_RANGE(&redundant_rng)); in opus_decode_frame()568 st->rangeFinal = dec.rng ^ redundant_rng; in opus_decode_frame()
944 opus_uint32 redundant_rng = 0; in opus_encode_native() local1825 celt_encoder_ctl(celt_enc, OPUS_GET_FINAL_RANGE(&redundant_rng)); in opus_encode_native()1876 celt_encoder_ctl(celt_enc, OPUS_GET_FINAL_RANGE(&redundant_rng)); in opus_encode_native()1885 st->rangeFinal = enc.rng ^ redundant_rng; in opus_encode_native()