Searched refs:celt_to_silk (Results 1 – 2 of 2) sorted by relevance
245 int celt_to_silk=0; in opus_decode_frame() local431 celt_to_silk = ec_dec_bit_logp(&dec, 1); in opus_decode_frame()500 if (redundancy && celt_to_silk) in opus_decode_frame()529 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()554 if (redundancy && !celt_to_silk) in opus_decode_frame()564 if (redundancy && celt_to_silk) in opus_decode_frame()613 st->prev_redundancy = redundancy && !celt_to_silk; in opus_decode_frame()
1082 int celt_to_silk = 0; in opus_encode_native() local1418 celt_to_silk = (st->mode != MODE_CELT_ONLY); in opus_encode_native()1419 if (!celt_to_silk) in opus_encode_native()1605 celt_to_silk = 1; in opus_encode_native()1881 celt_to_silk = 0; in opus_encode_native()1993 ec_enc_bit_logp(&enc, celt_to_silk, 1); in opus_encode_native()2042 if (redundancy && celt_to_silk) in opus_encode_native()2075 if (redundancy && celt_to_silk && st->mode==MODE_HYBRID && st->use_vbr) in opus_encode_native()2085 if (redundancy && celt_to_silk && st->mode==MODE_HYBRID && st->use_vbr) in opus_encode_native()2094 if (redundancy && !celt_to_silk) in opus_encode_native()