Searched refs:celt_to_silk (Results 1 – 2 of 2) sorted by relevance
228 int celt_to_silk=0; in opus_decode_frame() local397 celt_to_silk = ec_dec_bit_logp(&dec, 1); in opus_decode_frame()461 if (redundancy && celt_to_silk) in opus_decode_frame()487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()512 if (redundancy && !celt_to_silk) in opus_decode_frame()522 if (redundancy && celt_to_silk) in opus_decode_frame()571 st->prev_redundancy = redundancy && !celt_to_silk; in opus_decode_frame()
940 int celt_to_silk = 0; in opus_encode_native() local1188 celt_to_silk = (st->mode != MODE_CELT_ONLY); in opus_encode_native()1189 if (!celt_to_silk) in opus_encode_native()1205 celt_to_silk = 1; in opus_encode_native()1651 celt_to_silk = 0; in opus_encode_native()1775 ec_enc_bit_logp(&enc, celt_to_silk, 1); in opus_encode_native()1814 if (redundancy && celt_to_silk) in opus_encode_native()1855 if (redundancy && !celt_to_silk) in opus_encode_native()