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 228 int celt_to_silk=0; local
397 celt_to_silk = ec_dec_bit_logp(&dec, 1);
461 if (redundancy && celt_to_silk)
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) )
512 if (redundancy && !celt_to_silk)
522 if (redundancy && celt_to_silk)
571 st->prev_redundancy = redundancy && !celt_to_silk;
opus_encoder.c 940 int celt_to_silk = 0; local
    [all...]

Completed in 34 milliseconds