Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c224 int celt_to_silk=0; in opus_decode_frame() local
408 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()
Dopus_encoder.c1090 int celt_to_silk = 0; in opus_encode_native() local
1417 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()