Searched refs:redundant_rng (Results 1 – 2 of 2) sorted by relevance
249 opus_uint32 redundant_rng = 0; in opus_decode_frame() local505 MUST_SUCCEED(celt_decoder_ctl(celt_dec, OPUS_GET_FINAL_RANGE(&redundant_rng))); in opus_decode_frame()560 MUST_SUCCEED(celt_decoder_ctl(celt_dec, OPUS_GET_FINAL_RANGE(&redundant_rng))); in opus_decode_frame()610 st->rangeFinal = dec.rng ^ redundant_rng; in opus_decode_frame()
1067 opus_uint32 redundant_rng = 0; in opus_encode_native() local2042 celt_encoder_ctl(celt_enc, OPUS_GET_FINAL_RANGE(&redundant_rng)); in opus_encode_native()2111 celt_encoder_ctl(celt_enc, OPUS_GET_FINAL_RANGE(&redundant_rng)); in opus_encode_native()2120 st->rangeFinal = enc.rng ^ redundant_rng; in opus_encode_native()