HomeSort by relevance Sort by last modified time
    Searched refs:celt_to_silk (Results 1 - 2 of 2) sorted by null

  /external/libopus/src/
opus_decoder.c 224 int celt_to_silk=0; local
408 celt_to_silk = ec_dec_bit_logp(&dec, 1);
472 if (redundancy && celt_to_silk)
501 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) )
526 if (redundancy && !celt_to_silk)
536 if (redundancy && celt_to_silk)
585 st->prev_redundancy = redundancy && !celt_to_silk;
opus_encoder.c 1090 int celt_to_silk = 0; local
    [all...]

Completed in 62 milliseconds