Searched refs:celt_to_silk (Results 1 – 2 of 2) sorted by relevance
224 int celt_to_silk=0; in opus_decode_frame() local408 celt_to_silk = ec_dec_bit_logp(&dec, 1); in opus_decode_frame()472 if (redundancy && celt_to_silk) in opus_decode_frame()501 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()526 if (redundancy && !celt_to_silk) in opus_decode_frame()536 if (redundancy && celt_to_silk) in opus_decode_frame()585 st->prev_redundancy = redundancy && !celt_to_silk; in opus_decode_frame()
953 int celt_to_silk = 0; in opus_encode_native() local1216 celt_to_silk = (st->mode != MODE_CELT_ONLY); in opus_encode_native()1217 if (!celt_to_silk) in opus_encode_native()1233 celt_to_silk = 1; in opus_encode_native()1690 celt_to_silk = 0; in opus_encode_native()1817 ec_enc_bit_logp(&enc, celt_to_silk, 1); in opus_encode_native()1856 if (redundancy && celt_to_silk) in opus_encode_native()1897 if (redundancy && !celt_to_silk) in opus_encode_native()