Home
last modified time | relevance | path

Searched refs:celt_to_silk (Results 1 – 2 of 2) sorted by relevance

/external/libopus/src/
Dopus_decoder.c245 int celt_to_silk=0; in opus_decode_frame() local
431 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()
Dopus_encoder.c1063 int celt_to_silk = 0; in opus_encode_native() local
1415 celt_to_silk = (st->mode != MODE_CELT_ONLY); in opus_encode_native()
1416 if (!celt_to_silk) in opus_encode_native()
1602 celt_to_silk = 1; in opus_encode_native()
1869 celt_to_silk = 0; in opus_encode_native()
1981 ec_enc_bit_logp(&enc, celt_to_silk, 1); in opus_encode_native()
2030 if (redundancy && celt_to_silk) in opus_encode_native()
2063 if (redundancy && celt_to_silk && st->mode==MODE_HYBRID && st->use_vbr) in opus_encode_native()
2073 if (redundancy && celt_to_silk && st->mode==MODE_HYBRID && st->use_vbr) in opus_encode_native()
2082 if (redundancy && !celt_to_silk) in opus_encode_native()