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()
1090 int celt_to_silk = 0; in opus_encode_native() local1417 celt_to_silk = (st->mode != MODE_CELT_ONLY); in opus_encode_native()1418 if (!celt_to_silk) in opus_encode_native()1600 celt_to_silk = 1; in opus_encode_native()1862 celt_to_silk = 0; in opus_encode_native()1967 ec_enc_bit_logp(&enc, celt_to_silk, 1); in opus_encode_native()2018 if (redundancy && celt_to_silk) in opus_encode_native()2051 if (redundancy && celt_to_silk && st->mode==MODE_HYBRID && st->use_vbr) in opus_encode_native()2061 if (redundancy && celt_to_silk && st->mode==MODE_HYBRID && st->use_vbr) in opus_encode_native()2070 if (redundancy && !celt_to_silk) in opus_encode_native()