Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c228 int celt_to_silk=0; in opus_decode_frame() local
397 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()
Dopus_encoder.c940 int celt_to_silk = 0; in opus_encode_native() local
1188 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()